fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user