Skip to content

Commit

Permalink
Prefix is ignored anyway due to use of default builder, so remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
arktronic-sep committed Nov 8, 2023
1 parent 9a03198 commit e891694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sama/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public Startup(IWebHostEnvironment env)
{
builder.AddJsonFile("/opt/sama-docker/appsettings.json", optional: true);
}
builder.AddEnvironmentVariables("SAMA_");
Configuration = builder.Build();
}

Expand Down

0 comments on commit e891694

Please sign in to comment.