hi i have a table that store all configuration setting, at the same time, i also have one hardcoded config file. but, i have problem when user, which is non developer want to access some config value, and the config value is not presence in database but present in hardcoded file, how can i achieve this objective?
how can i make sure that my configuration table overrides value that were already present in hardcoded file? so that user can access all values in the config file as well as those in database?
I'm using nodeJS, es6, objections JS