Skip to content

Commit

Permalink
Add the MONGOLAB_URI environment variable to .awsbox.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Aug 28, 2012
1 parent 81ee7e5 commit 83c3d34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .awsbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"processes": [ "./server/main.js" ]
"processes": [ "./server/main.js" ],
"env": {
"MONGOLAB_URI": "mongodb://beer:thisismyfavoritebeer@127.0.0.1:27017/myfavoritebeer"
}
}

0 comments on commit 83c3d34

Please sign in to comment.