parent
8c7f0c6e73
commit
895d4271b3
@ -1,9 +1,30 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Warning"
|
||||
}
|
||||
"server.urls": "http://*:8011",
|
||||
"nacos": {
|
||||
"ServerAddresses": [ "localhost:8848" ],
|
||||
"DefaultTimeOut": 15,
|
||||
"Namespace": "",
|
||||
"ListenInterval": 1000,
|
||||
"ServiceName": "IoTCenter",
|
||||
"Ip": "127.0.0.1"
|
||||
},
|
||||
"jwt": {
|
||||
"key": "111111111111111111111111",
|
||||
"issuer": "111111111111111111111111",
|
||||
"audience": "111111111111111111111111"
|
||||
},
|
||||
"elasticsearch": {
|
||||
"url": "http://localhost:9200"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotdb;CommandTimeout=120",
|
||||
"sqlite": "Data Source=iotcenter.db",
|
||||
"mysql": "Server=127.0.0.1;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
||||
"redis": "127.0.0.1:6379,allowAdmin=true"
|
||||
},
|
||||
"AppSettings": {
|
||||
"database": "sqlite",
|
||||
"UseCookieSessionStore": false,
|
||||
"upload": "http://10.10.24.104:8180/group1/upload"
|
||||
}
|
||||
}
|
@ -1,19 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"Microsoft": "Warning"
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotdb;CommandTimeout=120",
|
||||
"sqlite": "Data Source=iotcenter.db",
|
||||
"mysql": "Server=127.0.0.1;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
||||
"redis": "127.0.0.1:6379,allowAdmin=true"
|
||||
},
|
||||
"AppSettings": {
|
||||
"database": "sqlite",
|
||||
"UseCookieSessionStore": false,
|
||||
"upload": "http://10.10.24.104:8180/group1/upload"
|
||||
"AllowedHosts": "*",
|
||||
"nacos": {
|
||||
"ServerAddresses": "localhost:8848",
|
||||
"Optional": false,
|
||||
"DataId": "IoTCenter",
|
||||
"Group": "IoT",
|
||||
"Tenant": ""
|
||||
}
|
||||
}
|
Loading…
Reference in new issue