.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

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -