From f68d9c6635495e1a9974c5a9c269220fdbc6df4e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 2 May 2013 02:04:28 +0000 Subject: [PATCH] forgot to update config, derp --- public/config.default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/config.default.json b/public/config.default.json index 67acc5b7d3..2d9225ec9e 100644 --- a/public/config.default.json +++ b/public/config.default.json @@ -2,5 +2,6 @@ "socket" : { "address" : "localhost", "port" : "4567" - } + }, + "api_url" : "localhost" } \ No newline at end of file