feat: Configure CI tests with a dedicated PostgreSQL service and environment variables.

This commit is contained in:
syntaxbullet
2026-01-30 15:41:34 +01:00
parent 5ff3fa9ab5
commit db859e8f12
2 changed files with 41 additions and 1 deletions

6
.env.test Normal file
View File

@@ -0,0 +1,6 @@
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"