admin / examples /datamodel /config.json
AZLABS's picture
Upload folder using huggingface_hub
530729e verified
raw
history blame contribute delete
437 Bytes
{
"database": {
"default": {
"host": "127.0.0.1",
"port": "3306",
"user": "root",
"pwd": "root",
"name": "godmin",
"max_idle_con": 50,
"max_open_con": 150,
"driver": "mysql"
}
},
"domain": "localhost",
"prefix": "admin",
"store": {
"path": "./uploads",
"prefix": "uploads"
},
"language": "cn",
"index": "/",
"debug": true,
"color_scheme": "skin-black"
}