$ git clone https://ion.nu/git/webchat
commit d70b638eae26f542ea8f2f5a70d4377e7677d849
Author: Alicia <...>
Date:   Wed Dec 30 23:23:29 2015 +0100

    Remove accidentally committed config.js, add config.js.sample instead

diff --git a/config.js b/config.js
deleted file mode 100644
index 13909fe..0000000
--- a/config.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var chatdprotocol='wss://';
-var chatd='127.0.0.1:4000';
-// var chatd='chat.ion.nu:4000';
diff --git a/config.js.sample b/config.js.sample
new file mode 100644
index 0000000..2569b77
--- /dev/null
+++ b/config.js.sample
@@ -0,0 +1,2 @@
+var chatdprotocol='wss://';
+var chatd='chat.example.com:4000';