mh_frame_sps/APT.API/appsettings.json

33 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2026-04-07 13:47:52 +08:00
{
"ConnectionStrings": {
//"default": "Data Source=172.20.8.76:1521/DB1;User ID=\"dbo\";Password=mssdev"
//"default": "Database=Test1;Data Source=localhost;Port=3306;User Id=root;Password=123456;TreatTinyAsBoolean=true;",
//"default": "Data Source=172.20.8.76:1521/DB1;User Id=\"dbo\";Password=mssdev;Pooling=false;PERSIST SECURITY INFO=True;"
//"default": "Data Source=172.20.10.173;Initial Catalog=DBTest;User ID=sa;Password=Ldx123456"
//"default": "User ID=postgres;Password=123456;Host=172.20.8.48;Port=5432;Database=mes;CommandTimeout=1024;",
"default": "User ID=postgres;Password=123456;Host=localhost;Port=5432;Database=Infracture_Test;CommandTimeout=1024;",
"postgre_store1": "Server=127.0.0.1;Port=5432;Database=testdb1;User Id=postgres;Password=123456;",
"postgre_store2": "Server=127.0.0.1;Port=5432;Database=testdb2;User Id=postgres;Password=123456;",
"postgre_store3": "Server=127.0.0.1;Port=5432;Database=testdb3;User Id=postgres;Password=123456;"
},
"AppSettings": {
"DataBaseType": "postgresql",
"isSqlLog": "true",
"ConnApiUrl": "http://172.20.8.48/GetConn",
"ConnDataKey": "optenergy"
},
"AllowedHosts": "*",
"InflexdbConfig": {
"Url": "http://192.168.2.98:8087/",
"UserName": "optuser",
"PassWord": "optienergy",
"DbName": "opt",
"LogDbName": "OPTiEnergyLog",
"AppOnline": "optAppOnline"
}
}