style: 修改配置文件

This commit is contained in:
陈淳
2023-11-08 17:20:26 +08:00
parent 9453cc1c3b
commit 1f1f7f167f
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
"Url": "DataSource=yi-furion-dev.db",
"DbType": "Sqlite",
"EnabledReadWrite": false,
"EnabledCodeFirst": false,
"EnabledCodeFirst": true,
"ReadUrl": [
"DataSource=[xxxx]", //Sqlite
"server=[xxxx];port=3306;database=[xxxx];user id=[xxxx];password=[xxxx]", //Mysql
@@ -50,7 +50,7 @@
},
//是否开启种子数据
"EnabledDataSeed": false,
"EnabledDataSeed": true,
"JWTSettings": {
"ValidateIssuerSigningKey": true, // 是否验证密钥bool 类型默认true

Binary file not shown.