mh_jy_safe/APT.MicroApi/APT.FM.WebApi/appsettings.Development.json
2025-09-05 22:56:33 +08:00

31 lines
1.5 KiB
JSON

{
"ConnectionStrings": {
//"default": "Database=test20211;Data Source=36.133.75.96;Port=3306;User Id=root;Password=opt!energy;TreatTinyAsBoolean=true;",
//"default": "Data Source=172.20.8.76:1521/DB2;User Id=\"dbo\";Password=mssqas;Pooling=false;PERSIST SECURITY INFO=True;"
//"default": "Data Source=172.20.8.83:1521/DB2;User Id=\"dbo\";Password=mssuat;Pooling=false;PERSIST SECURITY INFO=True;"
//"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;"
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
//"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
"default": "Server=47.122.43.22;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyFM",
"isSqlLog": "false",
"IdentityServer": "http://47.122.43.22:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://47.122.43.22:5116/api/OP/TenantInfo/GetDbConn",
"AllConnApiUrl": "http://47.122.43.22:5116/api/OP/TenantInfo/GetAllDbConn",
"RedisFormConfig": "false",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHJY",
"Img_Local": "C:\\release\\jy\\uploadFile\\"
},
"RedisConfig": {
"RedisConnectionString": "47.122.43.22:6379,password=mhsaferedis,defaultDatabase=5",
"IsRedis": true
}
}