admin / tests /common /config_ms.json
AZLABS's picture
Upload folder using huggingface_hub
530729e verified
raw
history blame contribute delete
484 Bytes
{
"database": {
"default": {
"host": "db_mssql",
"port": "1433",
"user": "sa",
"pwd": "Aa123456",
"name": "goadmin",
"max_idle_con": 50,
"max_open_con": 150,
"driver": "mssql"
}
},
"domain": "localhost",
"prefix": "admin",
"store": {
"path": "./uploads",
"prefix": "uploads"
},
"env": "local",
"language": "en",
"index": "/",
"debug": true,
"open_admin_api": true,
"color_scheme": "skin-black"
}