parent
78111aff20
commit
c2b3dd03ab
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,34 +1,8 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"ConfigId": "master",
|
||||
"DbType": "MySql",
|
||||
"SqlConnection": "server=localhost;Port=3306;Database=winformdevframework;Uid=root;Pwd=123456;Charset=utf8;"
|
||||
},
|
||||
"Update": {
|
||||
"AutoUpdate": "false",
|
||||
"Version": "1.1.0.1",
|
||||
"Url": "http://1:8090/Updates/AutoUpdaterStarter.xml"
|
||||
},
|
||||
"Redis": {
|
||||
"Connection": "1:6379,password=123456",
|
||||
"InstanceName": "local",
|
||||
"DefaultDB": "8"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Listen": {
|
||||
"Port": 5588
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"http": {
|
||||
"Url": "http://0.0.0.0:5036"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,34 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"ConfigId": "master",
|
||||
"DbType": "MySql",
|
||||
"SqlConnection": "server=localhost;Port=3306;Database=huanneng_dev;Uid=root;Pwd=123456;Charset=utf8;"
|
||||
},
|
||||
"Update": {
|
||||
"AutoUpdate": "false",
|
||||
"Version": "1.1.0.1",
|
||||
"Url": "http://1:8090/Updates/AutoUpdaterStarter.xml"
|
||||
},
|
||||
"Redis": {
|
||||
"Connection": "localhost:6379,password=123456",
|
||||
"InstanceName": "local",
|
||||
"DefaultDB": "8"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Listen": {
|
||||
"Port": 5588
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"http": {
|
||||
"Url": "http://*:5036"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Loading…
Reference in new issue