first commit
This commit is contained in:
14
bot/.env.example
Normal file
14
bot/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
TOKEN=
|
||||
BASE_ADMIN=
|
||||
REDIS_URL=redis://redisdb:6379/0
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_USER=ruby
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_HOST=postgredb
|
||||
POSTGRES_PORT=5432
|
||||
TIMEZONE=Europe/Volgograd
|
||||
LOG_LEVEL=INFO
|
||||
WEBAPP_BASE_URL=http://127.0.0.1:8000
|
||||
WATA_API_TOKEN=
|
||||
WATA_API_BASE_URL=https://api.wata.pro/api/h2h
|
||||
WATA_LINK_TTL_HOURS=24
|
||||
Reference in New Issue
Block a user