You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
708 B

7 months ago
{
"ConnectionStrings": {
"ConfigId": "master",
"DbType": "MySql",
"SqlConnection": "server=192.168.2.2;Port=3306;Database=huanneng_dev;Uid=root;Pwd=Rszn123;Charset=utf8;"
7 months ago
},
"Update": {
"AutoUpdate": "false",
"Version": "1.1.0.1",
5 months ago
"Url": "http://1:8090/Updates/AutoUpdaterStarter.xml"
7 months ago
},
6 months ago
"Redis": {
5 months ago
"Connection": "1:6379,password=123456",
6 months ago
"InstanceName": "local",
"DefaultDB": "8"
},
7 months ago
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
5 months ago
"Listen": {
"Port": 5588
},
"Kestrel": {
"Endpoints": {
"http": {
"Url": "http://*:5036"
}
}
},
7 months ago
"AllowedHosts": "*"
}