Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
This commit is contained in:
10
react-express-mongodb/server/config/config.json
Normal file
10
react-express-mongodb/server/config/config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"test":{
|
||||
"PORT": 3000,
|
||||
"MONGODB_URI": "mongodb://mongo:27017/TodoAppTest"
|
||||
},
|
||||
"development":{
|
||||
"PORT": 3000,
|
||||
"MONGODB_URI": "mongodb://mongo:27017/TodoApp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user