System Status - License Server fix
Dieser Commit ist enthalten in:
@@ -1,4 +1,3 @@
|
||||
SECRET_KEY=your-super-secret-key-change-this-in-production-12345
|
||||
DATABASE_URL=postgresql://adminuser:supergeheimespasswort@db:5432/meinedatenbank
|
||||
REDIS_URL=redis://redis:6379
|
||||
DEBUG=False
|
||||
@@ -27,5 +27,6 @@ class Settings(BaseSettings):
|
||||
class Config:
|
||||
env_file = ".env"
|
||||
case_sensitive = True
|
||||
extra = "ignore" # Ignore extra environment variables
|
||||
|
||||
settings = Settings()
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren