From fe22d0e98e008b1aa65719644b2a433da993e3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hut?= Date: Thu, 19 Mar 2015 16:42:47 +0100 Subject: [PATCH] Default config file --- dev_config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev_config.json b/dev_config.json index b99216c..530ac1d 100644 --- a/dev_config.json +++ b/dev_config.json @@ -11,11 +11,11 @@ }, "server": { "name": "Otalk", - "domain": "localhost", - "wss": "wss://localhost:5281/xmpp-websocket/", - "muc": "chat.localhost", - "startup": "", - "admin": "" + "domain": "example.com", + "wss": "wss://example.com:5281/xmpp-websocket/", + "muc": "chat.example.com", + "startup": "room%40chat.example.com", + "admin": "admin" }, "ldap": { "address": "127.0.0.1",