This commit is contained in:
root
2025-07-12 21:56:16 +08:00
parent 50106f548d
commit 0b6958b7b6
6 changed files with 753 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ except ImportError:
project_root = Path(__file__).parent.parent
class Settings(BaseSettings):
"""Application settings with environment variable support."""
db: str = "postgres://dcb93e55a36f8056ce4ddc37c4ddd46d717859834d9d7475a080f57c25a99067:sk_qN1plssQ5n2gKU4ZNNG0_@db.prisma.io:5432/?sslmode=require"
# Application Info
app_name: str = "MixVideo V2"
app_version: str = "2.0.0"