suede
Version:
A environment handler that just tastes good
14 lines • 390 B
JSON
{
"test": {
"DATABASE": "mongodb://localhost:27017/test",
"BACKEND_ENDPOINT": "http://localhost:3000/"
},
"qa": {
"DATABASE": "mongodb://localhost:27017/test",
"BACKEND_ENDPOINT": "http://localhost:3000/"
},
"production": {
"DATABASE": "mongodb://localhost:27017/test",
"BACKEND_ENDPOINT": "http://localhost:3000/"
}
}