Function store-config saves everything into file, which is not correct
Some of the parameters exist in a configuration file and others in the database. How can we identify which parameters must be stored into file and which ones are already saved in the DB when calling store-config?
Option: Save directly when calling set-config-param, as is done for DB parameters. Then there would be no need for store-config.