.net - Read variables from database to populate appsettings.json -


is possible to, after first connection made, read variables database populate appsettings.json file, , use reloadonchange make changes take effect without rebooting?

the first connection database have hardcoded strings, since needs initial settings to.

would adding listener table holding values, , on change updating appsettings.json work?

i've searched haven't found asking this.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -