feat: add cocker-compose yaml

This commit is contained in:
root
2025-07-13 10:35:18 +08:00
parent bc96260ec8
commit 26fbe6756d
4 changed files with 4 additions and 4 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"
db: str = "postgres://192.168.0.126:5433/mixvideo"
# Application Info
app_name: str = "MixVideo V2"
app_version: str = "2.0.0"