|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
{
|
|
|
|
|
{
|
|
|
|
|
"server.urls": "http://*:8011",
|
|
|
|
|
"BasePath": "/IoTCenter",
|
|
|
|
|
"Logging": {
|
|
|
|
@ -58,8 +58,8 @@
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"postgresql": "User ID=root;Host=localhost;Port=26257;Database=iotcenter;CommandTimeout=600;TrustServerCertificate=true;",
|
|
|
|
|
"sqlite": "Data Source=iotcenter.db",
|
|
|
|
|
"mysql": "Server=localhost;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
|
|
|
"redis": "localhost:6379,allowAdmin=true",
|
|
|
|
|
"mysql": "Server=localhost;Port=3306;Database=iotcenter;Uid=root;Pwd=aA123456!;",
|
|
|
|
|
"redis": "localhost:6379,password=aA123456!,allowAdmin=true",
|
|
|
|
|
"srs": "http://localhost:1985",
|
|
|
|
|
"JobServer": "http://localhost/JobServer",
|
|
|
|
|
"JobCallBack": "http://localhost/IoTCenter/api/v1/Api/ExecTimer"
|
|
|
|
|