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.
50 lines
1.3 KiB
50 lines
1.3 KiB
{
|
|
"nacos": {
|
|
"ServerAddresses": [ "localhost:8848" ],
|
|
"DefaultTimeOut": 15,
|
|
"Namespace": "",
|
|
"ListenInterval": 1000,
|
|
"ServiceName": "IoTCenter",
|
|
"Ip": "127.0.0.1",
|
|
"Port": "8011"
|
|
},
|
|
"jwt": {
|
|
"key": "111111111111111111111111",
|
|
"issuer": "111111111111111111111111",
|
|
"audience": "111111111111111111111111"
|
|
},
|
|
"elasticsearch": {
|
|
"url": "http://localhost:9200"
|
|
},
|
|
"influxdb": {
|
|
"url": "http://localhost:8086",
|
|
"usr": "admin",
|
|
"pwd": "admin"
|
|
},
|
|
"security": {
|
|
"key": "111111111111111111111111"
|
|
},
|
|
"openapi": {
|
|
"name": "openapi",
|
|
"title": "title",
|
|
"version": "v1"
|
|
},
|
|
"usercenter": {
|
|
"key": "123456",
|
|
"login": "http://localhost:8010/Account/Login",
|
|
"logout": "http://localhost:8010/Account/Logout",
|
|
"register": "http://localhost:8010/Account/Register"
|
|
},
|
|
"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",
|
|
"srs": "http://localhost:1985"
|
|
},
|
|
"AppSettings": {
|
|
"database": "sqlite",
|
|
"cache": "redis",
|
|
"upload": "http://10.10.24.104:8180/group1/upload"
|
|
}
|
|
} |