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.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"server.urls": "http://*:8011",
|
|
"BasePath": "/IoTCenter",
|
|
"tableprefix": "iot",
|
|
"useRedisSignalR": "false",
|
|
"useConfigServer": "false",
|
|
"useLogServer": "false",
|
|
"useServiceServer": "false",
|
|
"nacosConfigServer": {
|
|
"ServerAddresses": "localhost:8848",
|
|
"Optional": false,
|
|
"DataId": "IoTCenter",
|
|
"Group": "IoT",
|
|
"Tenant": ""
|
|
},
|
|
"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": "/UserCenter/Account/Login",
|
|
"logout": "http://localhost/UserCenter/Account/Logout",
|
|
"register": "http://localhost/UserCenter/Account/Register"
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotcenter;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": "mysql",
|
|
"cache": "memory",
|
|
"upload": ""
|
|
}
|
|
} |