From b60df56157ee1fd0bd4938799bac05a62fda91a1 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sat, 14 Mar 2015 20:45:20 +0100 Subject: initial commit from working version --- signaling-server/config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 signaling-server/config.json (limited to 'signaling-server/config.json') diff --git a/signaling-server/config.json b/signaling-server/config.json new file mode 100644 index 0000000..770a5a1 --- /dev/null +++ b/signaling-server/config.json @@ -0,0 +1,23 @@ +{ + /* The ID of the node instance */ + "nodeId" : 1, + + /* The port to listen on */ + "port" : 4500, /* 443, 4000 */ + + /* Allow anonymous connections */ + "anonymous" : true + + /* Redis configuration + "redis" : { + "host" : "localhost", + "port" : 6379 + } */ + + /* SSL configuration + "ssl" : { + "enabled" : true, + "key" : "D:\\dev\\projects\\Sourcey\\shared\\ssl\\symple.key", + "cert" : "D:\\dev\\projects\\Sourcey\\shared\\ssl\\symple.crt" + }*/ +} -- cgit v1.2.3