mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -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()
|
var builder = new ConfigurationBuilder()
|
||||||
.SetBasePath(env.ContentRootPath)
|
.SetBasePath(env.ContentRootPath)
|
||||||
.AddJsonFile("appsettings.json", false, false)
|
.AddJsonFile("appsettings.json", false, false)
|
||||||
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", false)
|
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", true)
|
||||||
.AddEnvironmentVariables();
|
.AddEnvironmentVariables();
|
||||||
Configuration = builder.Build();
|
Configuration = builder.Build();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue