{ "development": { "config_id": "development", "app_name": "conf-test", "app_desc": "An app to test environnement variables", "node_port": 3000, "json_indentation": 4, "database": "nodesandbox_env-dev" }, "testing": { "config_id": "testing", "database": "nodesandbox_env-tst" }, "staging": { "config_id": "staging - local", "node_port": 8080, "database": "nodesandbox_env-stage" }, "production": { "config_id": "production", "node_port": 8080, "database": "nodesandbox_env" } }