Compare commits
No commits in common. "697f139625a1b8055f8e1b47c1082a24576936d3" and "8e3f793e4e9577bb4d3c4c2a3e2f7b3629db4dfb" have entirely different histories.
697f139625
...
8e3f793e4e
|
@ -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