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.
iot/projects/IoTCenter/appsettings.json

97 lines
2.5 KiB

{
"server.urls": "http://*:8011",
"BasePath": "/Platform",
"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://influxdb: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=600;TrustServerCertificate=true;",
"sqlite": "Data Source=iotcenter.db",
"mysql": "Server=mysql;Port=3306;Database=iotcenter;Uid=root;Pwd=aA123456!;",
"mariyadb": "Server=10.255.253.176;Port=22066;Database=dsideal_db;Uid=wulianwang;Pwd=123654;CharSet=utf8mb4;ConvertZeroDateTime=True;",
"HangfireConnection": "Server=mysql;Port=3306;Database=jobserver;Uid=root;Pwd=aA123456!;Allow User Variables=True;",
"redis": "redis:6379,password=aA123456!,allowAdmin=true",
"srs": "http://srs:1985"
},
"AppSettings": {
"database": "mysql",
"cache": "redis",
"fileserver": "minio"
},
"minio": {
"endpoint": "minio:9000",
"accessKey": "admin",
"secretKey": "12345678"
},
"logserver": {
"influxdb": {
"address": "http://localhost",
"dbName": "log",
"username": "admin",
"password": "admin"
}
},
"auth": {
"usr": "admin",
"pwd": "admin"
},
"SSO": {
"home": "http://10.255.253.183",
"url": "http://221.194.113.154:8100/wsdl/EMIIS_WS/webServer/dataEX_share",
"user": "wulianwang",
"login": "2020-11-16",
"token": "ImEWl9l5vSYMjth6YcgxoQ=="
}
}