Release VpnPanel 1.0.0

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
test2
2026-07-25 22:34:22 +03:00
co-authored by Cursor
parent ad7e1db6b7
commit 0b3103bd78
6 changed files with 42 additions and 15 deletions
+1
View File
@@ -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