We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3450f62 commit 11e8674Copy full SHA for 11e8674
backend/api/conf/config.py
@@ -47,7 +47,7 @@ class DataSetting(BaseModel):
47
database_url: str = 'sqlite+aiosqlite:///data/database.db'
48
mongodb_url: str = 'mongodb://cws:password@mongo:27017'
49
mongodb_db_name: str = 'cws'
50
- run_migration: bool = False
+ run_migration: bool = True
51
max_file_upload_size: int = Field(100 * 1024 * 1024, ge=0)
52
53
@field_validator("database_url")
0 commit comments