mh_jy_safe/APT.MicroApi/APT.FO.WebApi/appsettings.Development.json

23 lines
793 B
JSON
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
{
"ConnectionStrings": {
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyFO",
"isSqlLog": "false",
2025-09-16 10:08:46 +08:00
"IdentityServer": "http://121.41.2.71:3153/",
2025-08-25 09:56:57 +08:00
"WebSocketPort": "3140",
2025-09-19 14:48:34 +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-09-16 10:08:46 +08:00
"RedisConnectionString": "121.41.2.71:6379,password=mhsaferedis,defaultDatabase=5",
2025-08-25 09:56:57 +08:00
"IsRedis": true
}
}