From 24ad30aab4017131f8238afc641357bb2674abce Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 11 Apr 2015 19:31:25 -0500 Subject: [PATCH] Add port to `BASE_URL` in config example --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 6933f92426..72f1a8c762 100644 --- a/config.json.example +++ b/config.json.example @@ -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",