diff --git a/Program.cs b/Program.cs index c009f86..560370f 100644 --- a/Program.cs +++ b/Program.cs @@ -4,6 +4,8 @@ using Microsoft.AspNetCore.Authentication.Cookies; var builder = WebApplication.CreateBuilder(args); +builder.Configuration.AddEnvironmentVariables(); + // Add services to the container. builder.Services.AddControllersWithViews(); builder.Services.AddSignalR();