For modern Angular projects (version 2+), you need to maintain a config.json file per every environment: dev, staging or production.
If you normally import or require this file in your environment.ts file(s) it would be merged as part of your bundle and may not be editable by admins who need to edit them in new clusters.