Files
aurorabot/.env.test
syntaxbullet db859e8f12
Some checks failed
Deploy to Production / test (push) Failing after 34s
Deploy to Production / build (push) Has been skipped
Deploy to Production / deploy (push) Has been skipped
feat: Configure CI tests with a dedicated PostgreSQL service and environment variables.
2026-01-30 15:41:34 +01:00

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"