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.
|
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"DbType": "MySql",
|
|
|
|
|
//数据库将支持两种模式【SqlServer,MySql】
|
|
|
|
|
"SqlConnection": //"server=127.0.0.1;Port=3307;Database=winformdevframework;Uid=root;Pwd=w123ee;Charset=utf8;",
|
|
|
|
|
"server=127.0.0.1;Port=3306;Database=huanneng_dev;Uid=root;Pwd=anyixing2023!@#;Charset=utf8;"
|
|
|
|
|
},
|
|
|
|
|
"Update": {
|
|
|
|
|
"AutoUpdate": "false",
|
|
|
|
|
"Version": "1.1.0.1",
|
|
|
|
|
"Url": "http://121.4.95.243:8090/Updates/AutoUpdaterStarter.xml"
|
|
|
|
|
//更新服务器地址
|
|
|
|
|
},
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|