mh_lcmk_sms_service/APT.MicroApi/APT.BS.WebApi/appsettings.json

40 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2024-07-12 16:37:09 +08:00
{
"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": "Server=127.0.0.1;Database=mh_ops;uid=sa;pwd=123456;"
//"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
},
"AppSettings": {
"DataBaseType": "sqlserver",
"ClientId": "oEnergyUsers",
"SecurityKey": "MGRmYjc3ODg4ZDQ2NDE0ZTkxZWNiZjcxNjY1NTIwMWQ=",
"Scope": "oEnergyBS",
"isSqlLog": "false",
"SapInvokeHost": "http://172.20.8.85:9191/api/",
"IdentityServer": "http://36.133.75.96:3153/",
"WebSocketPort": "3140",
"ConnApiUrl": "http://localhost:3116/api/OP/TenantInfo/GetDbConn",
"ConnDataKey": "MHKSAQ1212010101",
"TenantConnKey": "MHSMS",
"Img_Local": "D:\\uploadFile\\",
"File_DownLoad": "downLoad\\"
2024-07-12 16:37:09 +08:00
},
"RedisConfig": {
"RedisConnectionString": "120.25.146.51:6379",
"IsRedis": true
},
"InflexdbConfig": {
"Url": "http://36.133.75.96:8086/",
"UserName": "",
"PassWord": "",
"SrcTagDbName": "optSrcTag",
"DosageDbName": "optDosage",
"EnergyValDbName": "optEnergyVal",
"LogDbName": "OPTiEnergyLog",
"AppOnline": "optAppOnline"
}
}