parent
07e7077d25
commit
ec623c35e6
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"ConfigId": "master",
|
||||
"DbType": "MySql",
|
||||
"SqlConnection": "server=192.168.2.2;Port=3306;Database=huanneng_dev;Uid=root;Pwd=Rszn123;Charset=utf8;"
|
||||
},
|
||||
"Update": {
|
||||
"AutoUpdate": "false",
|
||||
"Version": "1.1.0.1",
|
||||
"Url": "http://121.4.95.243:8090/Updates/AutoUpdaterStarter.xml"
|
||||
},
|
||||
"Redis": {
|
||||
"Connection": "106.12.36.89:6379,password=123456",
|
||||
"InstanceName": "local",
|
||||
"DefaultDB": "8"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"http": {
|
||||
"Url": "http://*:15035"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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://121.4.95.243:8090/Updates/AutoUpdaterStarter.xml"
|
||||
},
|
||||
"Redis": {
|
||||
"Connection": "localhost:6379,password=123456",
|
||||
"InstanceName": "local",
|
||||
"DefaultDB": "8"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"http": {
|
||||
"Url": "http://*:5035"
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue