1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Авторизация починка 3

This commit is contained in:
MoonTestUse1
2024-12-28 08:07:53 +06:00
parent 9cb3c3edaf
commit a4d9e6d6eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
TELEGRAM_BOT_TOKEN=7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34 TELEGRAM_BOT_TOKEN=7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34
TELEGRAM_CHAT_ID=5057752127 TELEGRAM_CHAT_ID=5057752127
DATABASE_URL=postgresql://support_user:support_password@postgres:5432/support_db DATABASE_URL=postgresql://support_user:support_password@postgres:5432/support_db
POSTGRES_PASSWORD=support_password

View File

@@ -15,6 +15,7 @@ class Settings(BaseSettings):
env_file = ".env" env_file = ".env"
env_file_encoding = "utf-8" env_file_encoding = "utf-8"
case_sensitive = True case_sensitive = True
extra = "ignore" # Allow extra fields in environment
# Create settings instance # Create settings instance
settings = Settings() settings = Settings()