From d1042c2d898d4ad97ec4118c6c3762b1508fa330 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git@ethitter.com> Date: Mon, 22 Aug 2016 01:51:41 +0000 Subject: [PATCH] Correct syntax error in server config template --- server-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-config.json b/server-config.json index b5041d8..400cecd 100644 --- a/server-config.json +++ b/server-config.json @@ -1 +1 @@ -{ "address": 'localhost', "port": 3000 } +{ "address": "localhost", "port": 3000 } -- GitLab