awesome-compose/react-express-mongodb/backend/config/config.json
Jérémie Drouet be8875c9b6 react-express-mongodb: rename server to backend
The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00

10 lines
183 B
JSON

{
"test":{
"PORT": 3000,
"MONGODB_URI": "mongodb://mongo:27017/TodoAppTest"
},
"development":{
"PORT": 3000,
"MONGODB_URI": "mongodb://mongo:27017/TodoApp"
}
}