Files
tgex-backend/.env.example
Artem Tsyrulnikov 3800c72662 init
2025-11-08 19:10:40 +03:00

5 lines
159 B
Plaintext

DB__URL=postgresql+asyncpg://user:password@localhost:5432/tgex
LOGGER__APP_NAME="tgex-backend"
LOGGER__PRETTY_CONSOLE=true
TELEGRAM__TOKEN=your_bot_token_here