Add port to BASE_URL in config example

This commit is contained in:
Blade Barringer 2015-04-11 19:31:25 -05:00
parent 9b19bd5076
commit 24ad30aab4

View file

@ -2,7 +2,7 @@
"PORT":3000,
"IP":"0.0.0.0",
"CORES":1,
"BASE_URL":"http://localhost",
"BASE_URL":"http://localhost:3000",
"FACEBOOK_KEY":"123456789012345",
"FACEBOOK_SECRET":"aaaabbbbccccddddeeeeffff00001111",
"NODE_DB_URI":"mongodb://localhost/habitrpg",