.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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -