mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Backup old. Preparation for forking
This commit is contained in:
Vendored
-24
@@ -1,24 +0,0 @@
|
||||
# Discord bot service configuration
|
||||
|
||||
DISCORD_TOKEN=HACKME!
|
||||
OPENAI_API_KEY=HACKME!
|
||||
CONJURER_API_KEY=HACKME!
|
||||
|
||||
# Internal service endpoints
|
||||
CONJURER_FILE_SERVICE=http://conjurer-musician:5000
|
||||
CONJURER_LIBRARIAN_SERVICE=http://conjurer-librarian:5001
|
||||
|
||||
# Runtime paths mounted via docker-compose volumes
|
||||
CONJURER_BASE_DIR=/data/config
|
||||
CONJURER_SETTINGS_FILE=/data/config/settings.json
|
||||
CONJURER_MEMORY_FILE=/data/config/pamiec.json
|
||||
CONJURER_MUSIC_MEMORY_FILE=/data/config/pamiec_muzyki.json
|
||||
CONJURER_SYSTEM_GPT_SETTINGS=/data/config/system_gpt_settings.json
|
||||
CONJURER_GRAPHICS_PATH=/data/assets/graphics
|
||||
CONJURER_LOG_FILE=/data/logs/discord.log
|
||||
CONJURER_LOGSTORE=/data/logs
|
||||
|
||||
# Optional external integrations
|
||||
CONJURER_NETRC_FILE=/data/secrets/.netrc
|
||||
YOUTUBE_USERNAME=HACKME!
|
||||
YOUTUBE_PASSWORD=HACKME!
|
||||
Reference in New Issue
Block a user