You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.0 KiB

{
//数据库类型 /* MySql=0;SqlServer=1;Sqlite=2;Oracle=3;PostgreSQL=4;Dm=5;;;;;;;;*/
"DBType": 0,
"ConnectionStrings": {
"Sqlite": "Data Source=./Magic.db",
"SqlServer": "Server=BLACK; Database=jiajieTest01; User=sa; Password=123456zls!;MultipleActiveResultSets=True;",
//"MySql": "Data Source=150.158.169.212;Database=cjyx;User ID=base;Password=123456;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;",
"MySql": "Data Source=127.0.0.1;Database=cjyx;User ID=root;Password=123456;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;"
//"MySql": "Data Source=101.34.35.69;Database=cjyx_wm;User ID=base;Password=123456;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;"
},
"SeedDBEnabled": false,
"SeedDBDataEnabled": false,
"LogToDb": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"jiajie.AuthHelper.ApiResponseHandler": "Error"
},
"Debug": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"Log4Net": {
"Name": "jiajie"
}
},
"AllowedHosts": "*",
//<2F>м<EFBFBD><D0BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
"Middleware": {
//<2F><>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD>
"QuartzNetJob": true,
//<2F><><EFBFBD><EFBFBD>д<EFBFBD><D0B4>Log
"RequestResponseLog": true,
//<2F><><EFBFBD>ܷ<EFBFBD><DCB7><EFBFBD>
"MiniProfiler": false,
"SignalR": false
},
"Aop": {
"LogAOP": true,
"TranAOP": true,
"SqlAOP": {
"OutToLogFile": true,
"OutToConsole": true
}
},
//管家婆账户
"Gjp": {
"BasicUrl": "http://api.cmgrasp.com/CMGraspApi/GateWay",
"AppKey": "80DDA4A9D5804DA4B0887104529523C2",
"SercretKey": "EE379CED41C748B49024FC8CD81B5909",
"userid": "10488149",
"dbname": "M7215API<50><49><EFBFBD><EFBFBD>"
}
}