aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/config.json
blob: 770a5a12b5dfe1653c3d6370f583f20f9526771e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
  }*/
}