From 0364cc3bec0c61d3e138b95ddc32218bed1fdf95 Mon Sep 17 00:00:00 2001 From: imakewebthings Date: Tue, 10 Dec 2013 21:55:53 -0800 Subject: [PATCH] Update config sample --- config.sample.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index deca16b..44b50a7 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,3 +1,5 @@ { - "PORT": 5000 + "COOKIE_SECRET": "butts butts butts", + "PORT": 5000, + "SOCKET_URL": "https://chat-staging.meatspac.es" }