16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
# Discord Authentication
|
|
DISCORD_TOKEN=your_token_here
|
|
DISCORD_CLIENT_ID=your_client_id_here
|
|
|
|
# Database Configuration (PostgreSQL)
|
|
# User/pass from docker-compose.yml
|
|
DATABASE_URL="postgresql://kord:password@localhost:5432/kord_db?schema=public"
|
|
|
|
# Redis Configuration
|
|
REDIS_HOST="localhost"
|
|
REDIS_PORT=6379
|
|
|
|
# Voice Master
|
|
VOICE_WAITING_ROOM_ID=your_waiting_room_channel_id
|
|
VOICE_CATEGORY_ID=your_category_id_where_channels_are_created
|