Skip to content

Commit

Permalink
Fix env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Jun 25, 2024
1 parent f953a79 commit a089b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var builder = WebApplication.CreateBuilder(args);
builder.Configuration.AddEnvironmentVariables("Bookings_");
builder.Configuration.AddEnvironmentVariables("AppName_");

var startup = new Startup();
startup.ConfigureServices(builder.Services);
Expand Down

0 comments on commit a089b98

Please sign in to comment.