Files
aurorabot/.env.test
syntaxbullet 9a2fc101da
Some checks failed
Deploy to Production / test (push) Failing after 29s
Deploy to Production / build (push) Has been skipped
Deploy to Production / deploy (push) Has been skipped
chore: Enhance database debugging setup and expand test mocks for Drizzle queries and Discord API interactions.
2026-01-30 16:12:15 +01:00

7 lines
216 B
Plaintext

DATABASE_URL="postgresql://auroradev:auroradev123@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"