This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
[Proxies] production environment MUST load appsettings.Production.json #214
Labels
bug
Something isn't working
This is in contrast to ASP.NET's convention where production data is generally hosted in appsettings.json and optionally overridden by other environment-specific settings.
This is likely due to this line marking the file as mandatory via the
optional
flag:hippo/Hippo/Program.cs
Line 57 in d706d64
If the file is not present, hippo-server fails to run.
I imagine the same would apply if I set the environment to something else like
ASPNETCORE_ENVIRONMENT=Staging
.The text was updated successfully, but these errors were encountered: