21 lines
374 B
Plaintext
21 lines
374 B
Plaintext
# Discord Bot
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
|
|
|
# API
|
|
API_URL=http://app:5000
|
|
|
|
# Database
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
DB_NAME=app
|
|
DB_USER=app
|
|
DB_PASS=your_db_password_here
|
|
|
|
# JWT
|
|
JWT_SECRET=your_jwt_secret_here
|
|
|
|
# AI / OpenRouter
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
|
AI_CONFIG_PATH=/app/ai/ai_config.json
|