|
|
@ -26,7 +26,7 @@ namespace FBeeService
|
|
|
|
new EFConfigurationValue { Id = "email:password", Value= "aA123456"},
|
|
|
|
new EFConfigurationValue { Id = "email:password", Value= "aA123456"},
|
|
|
|
new EFConfigurationValue { Id = "server.ip", Value= "" },
|
|
|
|
new EFConfigurationValue { Id = "server.ip", Value= "" },
|
|
|
|
new EFConfigurationValue { Id = "server.urls", Value= "http://*:8008" },
|
|
|
|
new EFConfigurationValue { Id = "server.urls", Value= "http://*:8008" },
|
|
|
|
new EFConfigurationValue { Id = "notify:enabled", Value= "true"},
|
|
|
|
new EFConfigurationValue { Id = "notify:enabled", Value= "false"},
|
|
|
|
new EFConfigurationValue { Id = "notify:host", Value= $"{host}:8001"},
|
|
|
|
new EFConfigurationValue { Id = "notify:host", Value= $"{host}:8001"},
|
|
|
|
new EFConfigurationValue { Id = "timer.seconds", Value="600"},
|
|
|
|
new EFConfigurationValue { Id = "timer.seconds", Value="600"},
|
|
|
|
new EFConfigurationValue { Id = "connectId", Value= Guid.NewGuid().ToBase62() },
|
|
|
|
new EFConfigurationValue { Id = "connectId", Value= Guid.NewGuid().ToBase62() },
|
|
|
|