MONGO_URL to fires

This commit is contained in:
vjrj 2017-11-30 16:41:37 +01:00
parent ac3a157a76
commit 287a7529a6

View file

@ -2,7 +2,7 @@
"name": "pup",
"private": true,
"scripts": {
"start": "meteor --settings settings-development.json",
"start": "MONGO_URL=mongodb://localhost:27017/fuegos meteor --settings settings-development.json",
"test": "jest"
},
"dependencies": {