changed config
This commit is contained in:
parent
686d533b5e
commit
0744f37760
@ -15,7 +15,6 @@ postgres_db = os.getenv('POSTGRES_DB')
|
||||
# Формируем строку подключения
|
||||
DATABASE_URL = f"postgresql+asyncpg://{postgres_user}:{postgres_password}@db:5432/{postgres_db}"
|
||||
|
||||
shop_id = os.getenv("SHOP_ID")
|
||||
shop_api_token = os.getenv("SHOP_API_TOKEN")
|
||||
|
||||
gpt_api_key = os.getenv("GPT_API_KEY")
|
Loading…
Reference in New Issue
Block a user