Ionic.config.json is not available at runtime
You can put your own static version of settings in src/assets as a json file which u retrieve using http. Naming convention of file and folder is up to you
Static Settings that need to be overriden as part of the apps options can be locally stored in localstorage (see ionic storage) or online to an online database like Firebase or any other solution u prefer