THIRD_PARTY_API_KEY: "<KEY>" configs: Test: groups: [test] Staging: groups: [stag] Production: groups: [prod] test: API_URL: "https://test.myapp.com/api/" PRODUCT_NAME: "MyApp TEST" stag: API_URL: "https://stag.myapp.com/api/" PRODUCT_NAME: "MyApp STAG" prod: API_URL: "https://production.myapp.com/api/" PRODUCT_NAME: "MyApp PROD" !12