mh_jy_safe/APT.MicroApi/APT.PF.WebApi/appsettings.Pdev.json

44 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
{
"ConnectionStrings": {
//"default": "Database=test20211;Data Source=36.133.75.96;Port=3306;User Id=root;Password=dfdn!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=dfdn!energy;Host=36.133.75.96;Port=5432;Database=test2021;CommandTimeout=1024;"
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
2025-10-15 11:01:24 +08:00
//"default": "Server=120.25.146.51;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;", //<2F><>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD>
"default": "Server=124.117.209.78;Database=mh_jy_ops;uid=sa;pwd=JySafe@2025*;"
2025-08-25 09:56:57 +08:00
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyPF",
"isSqlLog": "false",
2025-10-16 15:33:52 +08:00
"IdentityServer": "http://124.117.209.78:3153/",
2025-08-25 09:56:57 +08:00
"WebSocketPort": "3140",
2025-09-03 14:00:04 +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": "PDEVJY",
2025-08-25 09:56:57 +08:00
"RedisFormConfig": "true",
"Env": "1", //外网IP 0内网IP
2025-10-15 11:01:24 +08:00
"Img_Local": "D:\\XW\\UploadFile\\"
2025-08-25 09:56:57 +08:00
},
"RedisConfig": {
2025-10-15 11:01:24 +08:00
"RedisConnectionString": "124.117.209.78:6379,defaultDatabase=5",
2025-10-16 15:33:52 +08:00
"IsRedis": true
2025-08-25 09:56:57 +08:00
},
"InflexdbConfig": {
"Url": "http://36.133.75.96:8086/",
"UserName": "",
"PassWord": "",
"SrcTagDbName": "optSrcTag",
"DosageDbName": "optDosage",
"EnergyValDbName ": "optEnergyVal",
"LogDbName": "OPTiEnergyLog",
"CorrectWaring": "optCorrectWaring",
"AppOnline": "optAppOnline"
}
}