Добавить env
This commit is contained in:
44
env
Normal file
44
env
Normal file
@@ -0,0 +1,44 @@
|
||||
### bot env
|
||||
|
||||
db_bot_url = 'postgres://postgres:password@bot-postgres-mtuci-jobs-dev:5432/mtuci-jobs'
|
||||
bot_token = '7472740263:AAHGGHYJKR4LAsu9VNv4yGqcyiWeORhxvxc'
|
||||
hookport = 3005
|
||||
port = 3006
|
||||
mtuci_tech = 'https://mtucitech.ru/api/external/mtuci_jobs'
|
||||
mtuci_tech_token = 'zKbgaXQv{pvGtQm~U9$urtD#QsiHc@Ie'
|
||||
|
||||
### postgres-bot env
|
||||
|
||||
db_bot_name = mtucijobs
|
||||
db_bot_user = postgres
|
||||
db_bot_password = password
|
||||
db_bot_host = postgres-bot
|
||||
db_bot_pgdata = /data/postgres
|
||||
db_bot_auth = trust
|
||||
|
||||
### backend env
|
||||
|
||||
secret_key2 = 3a3da478e11514c75e56f6d435be0403515b0a8fb38fc0031f4b44666d39b839
|
||||
access_token_expire_minutes = 20
|
||||
refresh_token_expire_days = 30
|
||||
algorithm = HS256
|
||||
x_api_key = SbRHOVoK97GKCx3Lqx6hKXLbZZJEd0GTGbeglXdpK9PhSB9kpr4eWCsuIIwnD6F2mgpTDlVHFCRbeFmuSfqBVsb12lNwF3P1tmdxiktl7zH9sDS2YK7Pyj2DecCWAZ3n
|
||||
|
||||
### postgres-backend
|
||||
|
||||
db_backend_hostname = postgres-backend
|
||||
db_backend_port = 5432
|
||||
db_backend_password = 2003
|
||||
db_backend_name = tg_jobs
|
||||
db_backend_username = postgres
|
||||
|
||||
### minio
|
||||
|
||||
minio_endpoint = minio:9000
|
||||
minio_access_key = zTlsfkYolYpZdKQv1COP
|
||||
minio_secret_key = xISsqhgMyKWqS72CY1vhxch1bjW4ysy9s3HypQwl
|
||||
|
||||
### env
|
||||
### bot.hrybo.ru
|
||||
domain = localhost #heroic-salmon-discrete.ngrok-free.app
|
||||
certresolver = myresolver
|
||||
Reference in New Issue
Block a user