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.

32 lines
708 B

8 months ago
{
"ConnectionStrings": {
"ConfigId": "master",
"DbType": "MySql",
6 months ago
"SqlConnection": "server=127.0.0.1;Port=3306;Database=huanneng_dev;Uid=root;Pwd=anyixing2023!@#;Charset=utf8;"
8 months ago
},
"Update": {
"AutoUpdate": "false",
"Version": "1.1.0.1",
6 months ago
"Url": "http://121.4.95.243:8090/Updates/AutoUpdaterStarter.xml"
8 months ago
},
7 months ago
"Redis": {
"Connection": "106.12.36.89:6379,password=123456",
"InstanceName": "local",
"DefaultDB": "8"
},
8 months ago
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
6 months ago
"Kestrel": {
"Endpoints": {
"http": {
"Url": "http://0.0.0.0:5035"
}
}
},
8 months ago
"AllowedHosts": "*"
}