update configs

This commit is contained in:
Svitin Egor
2024-05-30 13:17:25 +03:00
parent 2e79ca2c60
commit 20dad8a5e6

View File

@@ -3,9 +3,7 @@ import os
CONFIGS = {
'db' : {
'name' : os.environ['DB_NAME'],
'host' : os.environ['DB_HOST'],
'username' : os.environ['DB_USERNAME'],
'password' : os.environ['DB_PASSWORD']
'host' : os.environ['DB_HOST']
},
'application_credentials' : {
'api_url' : os.environ['API_URL'],