Compare commits
2 Commits
8e3f793e4e
...
697f139625
Author | SHA1 | Date |
---|---|---|
Tudor Stanciu | 697f139625 | |
Tudor Stanciu | c00fbdd10d |
|
@ -29,7 +29,7 @@ namespace Correo
|
|||
|
||||
try
|
||||
{
|
||||
var urls = builder.Configuration.GetValue<string>("urls");
|
||||
var urls = builder.Configuration.GetValue<string>("Urls");
|
||||
Log.Information("Starting Correo...");
|
||||
Log.Information($"Correo listening on {urls}");
|
||||
Console.WriteLine("Application started. Press Ctrl+C to shut down.");
|
||||
|
|
Loading…
Reference in New Issue