33 lines
814 B
JSON
33 lines
814 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Debug"
|
||
}
|
||
},
|
||
"AllowedHosts": "*",
|
||
"DataProtection": "temp-keys/",
|
||
"ConnectionStrings": {
|
||
"OpenAuthDBContext": "PORT=5432;Database=drone_enforcement_linyi;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
|
||
},
|
||
"AppSetting": {
|
||
"DbTypes": {
|
||
"OpenAuthDBContext": "PostgreSQL"
|
||
//数据库类型:SqlServer、MySql、Oracle、PostgreSQL
|
||
},
|
||
"UploadPath": "",
|
||
"RedisConf": {
|
||
"Conn": "175.27.168.120:6050,password=HopetryRedis1406",
|
||
//"Conn": "127.0.0.1:6379,password=123456",
|
||
"Database": 5
|
||
},
|
||
//redis配置
|
||
"HttpHost": "http://*:10070 ",
|
||
//启动绑定地址及端口
|
||
"SYSTEM_USERPWD": "123456",
|
||
"ASECode": "hc",
|
||
/*消息推送*/
|
||
"IMOpen": true,
|
||
"IMUrl": ""
|
||
}
|
||
}
|