Infrastructure/OpenAuth.WebApi/appsettings.json

33 lines
814 B
JSON
Raw Normal View History

2024-11-13 09:19:06 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug"
}
},
"AllowedHosts": "*",
"DataProtection": "temp-keys/",
"ConnectionStrings": {
2025-05-13 15:18:14 +08:00
"OpenAuthDBContext": "PORT=5432;Database=drone_enforcement_linyi;HOST=192.168.10.163;PASSWORD=123456;USER ID=postgres;"
2024-11-13 09:19:06 +08:00
},
"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,
2025-05-13 15:18:14 +08:00
"IMUrl": ""
}
2024-11-13 09:19:06 +08:00
}