Feature Request: Create launchSettings.json in new projects with ASPNETCORE_ENVIRONMENT Local #812
jamiepollock
started this conversation in
Ideas
Replies: 1 comment
-
Also didn't mention this but this would also require an appsettings.Local.json is added too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue description
When creating a new Umbraco Cloud instance projects start with a launchSettings.json that has the ASPNETCORE_ENVIRONMENT set to Development. This is pretty standard practice however when a project grows and a Development environment is added Umbraco Cloud uses "Development" for this environment too. So any local specific settings for this environment are also reused for the remote Development environment too.
Wouldn't it make more sense to start off on the right foot and include "Local" by default as launchSettings.json is only ever used for local development?
This is something that we change on our projects right away but it might be a nice quality of life feature for new projects.
Beta Was this translation helpful? Give feedback.
All reactions