Compare commits
No commits in common. "7cae2600ec06ee2da08fdca751cac9e414f908f5" and "67911d2a65b452e5ecb6234886f85e9cf59d54f2" have entirely different histories.
7cae2600ec
...
67911d2a65
@ -103,7 +103,6 @@ static IConfiguration GetConfiguration()
|
|||||||
{
|
{
|
||||||
return new ConfigurationBuilder()
|
return new ConfigurationBuilder()
|
||||||
.AddJsonFile("appsettings.json", true)
|
.AddJsonFile("appsettings.json", true)
|
||||||
.AddJsonFile("config/appsettings.json", true)
|
|
||||||
.AddEnvironmentVariables()
|
.AddEnvironmentVariables()
|
||||||
.Build();
|
.Build();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user