From 7125adb4e7ae2cd9d42460d5002af667a6f18758 Mon Sep 17 00:00:00 2001 From: Alter Date: Tue, 10 Dec 2024 20:32:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 env diff --git a/env b/env new file mode 100644 index 0000000..9ab1d0e --- /dev/null +++ b/env @@ -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 \ No newline at end of file