pixel
5 years ago
3 changed files with 49 additions and 47 deletions
@ -1,28 +1,28 @@ |
|||
{ |
|||
"system": { |
|||
"useMultipoint": false, |
|||
"env": "develop" |
|||
}, |
|||
"jwt": { |
|||
"signingKey":"qmPlus" |
|||
}, |
|||
"mysqlAdmin": { |
|||
"username": "root", |
|||
"password": "Aa@6447985", |
|||
"path": "127.0.0.1:3306", |
|||
"dbname": "qmplus", |
|||
"config": "charset=utf8&parseTime=True&loc=Local" |
|||
}, |
|||
"redisAdmin": { |
|||
"addr": "127.0.0.1:6379", |
|||
"password": "", |
|||
"DB":0 |
|||
}, |
|||
"qiniu": { |
|||
"accessKey":"25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ", |
|||
"secretKey": "pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY" |
|||
}, |
|||
"casbinConfig":{ |
|||
"modelPath":"./static/rbacmodel/rbac_model.conf" |
|||
} |
|||
"system": { |
|||
"useMultipoint": false, |
|||
"env": "develop" |
|||
}, |
|||
"jwt": { |
|||
"signingKey": "qmPlus" |
|||
}, |
|||
"mysqlAdmin": { |
|||
"username": "root", |
|||
"password": "Aa@6447985", |
|||
"path": "127.0.0.1:3306", |
|||
"dbname": "qmplus", |
|||
"config": "charset=utf8&parseTime=True&loc=Local" |
|||
}, |
|||
"redisAdmin": { |
|||
"addr": "127.0.0.1:6379", |
|||
"password": "", |
|||
"DB": 0 |
|||
}, |
|||
"qiniu": { |
|||
"accessKey": "25j8dYBZ2wuiy0yhwShytjZDTX662b8xiFguwxzZ", |
|||
"secretKey": "pgdbqEsf7ooZh7W3xokP833h3dZ_VecFXPDeG5JY" |
|||
}, |
|||
"casbinConfig": { |
|||
"modelPath": "./static/rbacmodel/rbac_model.conf" |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue