mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!wip fixed the launch issue
This commit is contained in:
parent
e19f99114a
commit
a0e6eab052
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace Ombi
|
|||
var builder = new ConfigurationBuilder()
|
||||
.SetBasePath(env.ContentRootPath)
|
||||
.AddJsonFile("appsettings.json", false, false)
|
||||
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", false)
|
||||
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", true)
|
||||
.AddEnvironmentVariables();
|
||||
Configuration = builder.Build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue