Merge branch 'fix/location-appsettings-path' into dev
This commit is contained in:
commit
e7ac873766
@ -19,7 +19,7 @@
|
|||||||
.UseContentRoot(Path.GetDirectoryName(path))
|
.UseContentRoot(Path.GetDirectoryName(path))
|
||||||
.ConfigureAppConfiguration(cb =>
|
.ConfigureAppConfiguration(cb =>
|
||||||
{
|
{
|
||||||
cb.AddJsonFile("Services/Locations/appsettings.json", optional: false)
|
cb.AddJsonFile("Services/Location/appsettings.json", optional: false)
|
||||||
.AddEnvironmentVariables();
|
.AddEnvironmentVariables();
|
||||||
}).UseStartup<LocationsTestsStartup>();
|
}).UseStartup<LocationsTestsStartup>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user