Files
nwxraybot/.env.example
Sergey Elpashev b6fefb1ee0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Feat: .env example
2024-12-28 09:52:04 +03:00

8 lines
141 B
Plaintext

BOT_TOKEN=token
DEBUG=1
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432