This commit is contained in:
root
2025-07-13 11:48:32 +08:00
parent d9e0e2e791
commit 146626dd9a
4 changed files with 285 additions and 1 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://mixvideo_user:mixvideo_password@192.168.0.126:5433/mixvideo"
db: str = "postgres://mixvideo_user:mixvideo_password@localhost:5432/mixvideo"
# Application Info
app_name: str = "MixVideo V2"
app_version: str = "2.0.0"