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.
85 lines
2.1 KiB
85 lines
2.1 KiB
{
|
|
"server.urls": "http://*:8011",
|
|
"BasePath": "/IoTCenter",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning"
|
|
}
|
|
},
|
|
"tableprefix": "iot",
|
|
"useRedisSignalR": "true",
|
|
"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": "/UserCenter/Account/Logout",
|
|
"register": "/UserCenter/Account/Register"
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotcenter;CommandTimeout=120",
|
|
"sqlite": "Data Source=iotcenter.db",
|
|
"mysql": "Server=localhost;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
"redis": "localhost:6379,allowAdmin=true",
|
|
"srs": "http://localhost:1985",
|
|
"JobServer": "http://localhost/JobServer",
|
|
"JobCallBack": "http://localhost/IoTCenter/api/v1/Api/ExecTimer"
|
|
},
|
|
"AppSettings": {
|
|
"database": "mysql",
|
|
"cache": "redis",
|
|
"fileserver": "minio"
|
|
},
|
|
"minio": {
|
|
"endpoint": "localhost:9000",
|
|
"accessKey": "admin",
|
|
"secretKey": "12345678"
|
|
},
|
|
"logserver": {
|
|
"influxdb": {
|
|
"address": "http://localhost",
|
|
"dbName": "log",
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|
|
} |