|
|
|
@ -23,13 +23,13 @@ namespace IoTCenter
|
|
|
|
|
new EFConfigurationValue { Id = "openapi.name", Value= "v1" },
|
|
|
|
|
new EFConfigurationValue { Id = "openapi.title", Value= "web api" },
|
|
|
|
|
new EFConfigurationValue { Id = "openapi.version", Value= "1.0" },
|
|
|
|
|
new EFConfigurationValue { Id = "server.urls", Value= "http://*:8001" },
|
|
|
|
|
new EFConfigurationValue { Id = "server.urls", Value= "http://*:8011" },
|
|
|
|
|
new EFConfigurationValue { Id = "security:key", Value= "111111111111111111111111"},
|
|
|
|
|
new EFConfigurationValue { Id = "jwt:key", Value= "111111111111111111111111"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:key", Value= "123456"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:login", Value= $"http://{host}:8000/Account/Login"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:logout", Value= $"http://{host}:8000/Account/Logout"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:register", Value= $"http://{host}:8000/Account/Register"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:login", Value= $"http://{host}:8010/Account/Login"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:logout", Value= $"http://{host}:8010/Account/Logout"},
|
|
|
|
|
new EFConfigurationValue { Id = "usercenter:register", Value= $"http://{host}:8010/Account/Register"},
|
|
|
|
|
new EFConfigurationValue { Id = "influxdb:url", Value= $"http://{host}:8086"},
|
|
|
|
|
new EFConfigurationValue { Id = "influxdb:usr", Value= "admin"},
|
|
|
|
|
new EFConfigurationValue { Id = "influxdb:pwd", Value= "admin"},
|
|
|
|
|