mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Авторизация починка 3
This commit is contained in:
@@ -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
|
|
@@ -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()
|
||||||
|
Reference in New Issue
Block a user