0
JmBdo created
We want developers using appsettings.json for their local development and using appsettings.<Environment>.json to overwrite settings in different environments, based on the ASPNETCORE_ENVIRONMENT variable.
<br> It seems not working out of box.
What is the easiest way to make this work?
Best regards!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
it's probably related to your Azure settings. because it's a native feature of dotnet core. ABP doesn't add anything on top of aspnet configuration feature.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


