aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'signaling-server/config.json')
-rw-r--r--signaling-server/config.json23
1 files changed, 23 insertions, 0 deletions
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"
+ }*/
+}