# Resources ## `config.json` To be used to distribute backend configuration information like the onboarding database connection information to end users of dcae-cli. ``` curl -v --user : https:///dcae-cli/config.json --upload-file config.json ``` ### Format ``` { "active_profile": , "db_url": } ``` ## `profiles.json` To be used to distribute platform team approved environment profiles to end users of dcae-cli. ``` curl -v --user : https:///dcae-cli/profiles.json --upload-file profiles.json ``` ### Format ``` { "env-name": { "docker_host": , "cdap_broker": , "consul_host": , "config_binding_service": } } ```