Files
tgex-backend/.env.example

7 lines
301 B
Plaintext

APP__URL=https://app.example.com
DB__URL=postgresql+asyncpg://user:password@localhost:5432/tgex
LOGGER__APP_NAME="tgex-backend"
LOGGER__PRETTY_CONSOLE=true
TELEGRAM__TOKEN=your_bot_token_here
JWT__SECRET_KEY=your_secret_key_here_please_generate_a_strong_random_string
PARSER__URL=http://localhost:8080