Compare commits
2 Commits
67911d2a65
...
7cae2600ec
Author | SHA1 | Date | |
---|---|---|---|
7cae2600ec | |||
557e5d757c |
@ -103,6 +103,7 @@ static IConfiguration GetConfiguration()
|
||||
{
|
||||
return new ConfigurationBuilder()
|
||||
.AddJsonFile("appsettings.json", true)
|
||||
.AddJsonFile("config/appsettings.json", true)
|
||||
.AddEnvironmentVariables()
|
||||
.Build();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user