ZrAdminNetCore/ZR.Admin.WebApi/appsettings.Development.json
2021-09-07 21:52:44 +08:00

31 lines
756 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Conn_Admin": "server=127.0.0.1;database=admin;user=zr;pwd=abc"
},
"urls": "http://localhost:8888", //启动url
"sysConfig": {
"DBCommandTimeout": 10,
"cors": "http://localhost:8887" //配置跨域地址
},
"DemoMode": false, //是否演示模式
"DbKey": "",
"DbType": 0, //MySql = 0, SqlServer = 1, Sqlite = 2, Oracle = 3, PostgreSQL = 4,
"CodeGenDbType": 0,//代码生成数据库类型
"Upload": {
"UploadDirectory": "/",
"UploadUrl": "http://localhost:8888"
},
"ALYUN_OCS": {
"REGIONID": "cn-hangzhou",
"KEY": "XX",
"SECRET": "XX"
}
}