mh_jy_safe/APT.MicroApi/APT.UT.WebApi/appsettings.Production.json

21 lines
644 B
JSON
Raw Normal View History

2025-08-25 09:56:57 +08:00
{
"ConnectionStrings": {
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyUT",
"isSqlLog": "false",
2025-10-15 11:01:24 +08:00
"IdentityServer": "http://localhost:3153/",
2025-08-25 09:56:57 +08:00
"WebSocketPort": "3140",
2025-10-15 11:01:24 +08:00
"ConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://localhost:5116/api/OP/TenantInfo/GetAllDbConn",
2025-08-25 09:56:57 +08:00
"ConnDataKey": "MHKSAQ1212010101",
2025-09-03 09:33:17 +08:00
"TenantConnKey": "MHKSAQJY"
2025-08-25 09:56:57 +08:00
},
"RedisConfig": {
2025-10-15 11:01:24 +08:00
"RedisConnectionString": "localhost:6379,defaultDatabase=5",
2025-08-25 09:56:57 +08:00
"IsRedis": true
}
}