aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/config.json.anon
diff options
context:
space:
mode:
Diffstat (limited to 'signaling-server/config.json.anon')
-rw-r--r--signaling-server/config.json.anon23
1 files changed, 23 insertions, 0 deletions
diff --git a/signaling-server/config.json.anon b/signaling-server/config.json.anon
new file mode 100644
index 0000000..138cf23
--- /dev/null
+++ b/signaling-server/config.json.anon
@@ -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"
+ }*/
+} \ No newline at end of file