forked from syntaxbullet/aurorabot
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/aurora_test"
|
|
DISCORD_BOT_TOKEN="test_token"
|
|
DISCORD_CLIENT_ID="123456789"
|
|
DISCORD_GUILD_ID="123456789"
|
|
ADMIN_TOKEN="admin_token_123"
|
|
LOG_LEVEL="error"
|