Open leekelleher opened 2 years ago
I haven't tried this with Umbraco, but I will have a play as it does look like you can reload settings without a restart
https://www.coderschmoder.com/reload-changes-in-appsetting-json-without-website-restart/
Well, as long as you access configuration settings using IOptionsSnapshot<GlobalSettings>
changes made to appsettings.json
are reflected immediately on change without requiring a restart. While this is great, it would probably require Umbraco changes to work as intended, internal Umbraco code would also need to access them using IOptionsSnapshot<GlobalSettings>
instead of using IOptions<GlobalSettings>
Idea summary
With a UI for Umbraco configuration, we could have things like...
<error404>
pageMore details about the
umbracoSettings.config
file are available on the Our Umbraco documenation.Which categories would the idea fit?
Code of Conduct