Merge branch 'master' of https://dev.azure.com/tstanciu94/Services/_git/Correo
commit
b84512ad09
|
@ -29,7 +29,7 @@ namespace Correo
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var urls = builder.Configuration.GetValue<string>("urls");
|
var urls = builder.Configuration.GetValue<string>("Urls");
|
||||||
Log.Information("Starting Correo...");
|
Log.Information("Starting Correo...");
|
||||||
Log.Information($"Correo listening on {urls}");
|
Log.Information($"Correo listening on {urls}");
|
||||||
Console.WriteLine("Application started. Press Ctrl+C to shut down.");
|
Console.WriteLine("Application started. Press Ctrl+C to shut down.");
|
||||||
|
|
Loading…
Reference in New Issue