@@ -5,6 +5,7 @@ class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8", extra="ignore")
|
||||
|
||||
app_name: str = "VpnPanel"
|
||||
app_version: str = "1.0.0"
|
||||
secret_key: str = "change-me"
|
||||
debug: bool = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user