d_sms_service/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json

25 lines
831 B
JSON
Raw Normal View History

2024-10-28 13:45:58 +08:00
{
"ConnectionStrings": {
"default": "Server=47.122.43.22;Database=mh_sms_ops;uid=sa;pwd=mhsafe!2021;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyFM",
"isSqlLog": "false",
"IdentityServer": "http://172.21.157.142:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://172.21.157.142:3116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://172.21.157.142:3116/api/OP/TenantInfo/GetAllDbConn",
"RedisFormConfig": "false",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS",
"Img_Local": "D:\\uploadFile"
},
"RedisConfig": {
"RedisConnectionString": "172.21.157.142:6379,password=mhsaferedis,defaultDatabase=6",
"IsRedis": true
}
}