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