23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"server": {
|
|
"port": 8052,
|
|
"host": "0.0.0.0"
|
|
},
|
|
"database": {
|
|
"type": "sqlite",
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "root",
|
|
"password": "",
|
|
"dbname": "ql_panel",
|
|
"path": "./data/ql.db",
|
|
"table_prefix": "baihu_"
|
|
},
|
|
"security": {
|
|
"password_salt": "ql_panel_salt"
|
|
},
|
|
"task": {
|
|
"default_timeout": 3600,
|
|
"log_retention_days": 30
|
|
}
|
|
} |