You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
621 B
24 lines
621 B
{
|
|
"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"
|
|
}
|
|
} |