summarylogtreecommitdiffstats
path: root/kurento.conf.json.patch
blob: 7ea20a7e5f9f8aa6692d6e180fdb436664b5a862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--- kurento.conf.json	2018-02-06 10:19:47.246319048 +0300
+++ kurento.conf.json	2018-02-06 10:38:24.913381988 +0300
@@ -1,25 +1,25 @@
 {
   "mediaServer" : {
     "resources": {
-    //  //Resources usage limit for raising an exception when an object creation is attempted
-    //  "exceptionLimit": "0.8",
-    //  // Resources usage limit for restarting the server when no objects are alive
-    //  "killLimit": "0.7",
-        // Garbage collector period in seconds
+        "_comment01": "//  //Resources usage limit for raising an exception when an object creation is attempted",
+        "_comment02": "//  \"exceptionLimit\": \"0.8\"",
+        "_comment03": "//  // Resources usage limit for restarting the server when no objects are alive",
+        "_comment04": "//  \"killLimit\": \"0.7\"",
+        "_comment05": "// Garbage collector period in seconds",
         "garbageCollectorPeriod": 240
     },
     "net" : {
       "websocket": {
         "port": 8888,
-        //"secure": {
-        //  "port": 8433,
-        //  "certificate": "defaultCertificate.pem",
-        //  "password": ""
-        //},
-        //"registrar": {
-        //  "address": "ws://localhost:9090",
-        //  "localAddress": "localhost"
-        //},
+        "_comment01": "//\"secure\": {",
+        "_comment02": "//  \"port\": 8433,",
+        "_comment03": "//  \"certificate\": \"defaultCertificate.pem\",",
+        "_comment04": "//  \"password\": \"\"",
+        "_comment05": "//},",
+        "_comment06": "//\"registrar\": {",
+        "_comment07": "//  \"address\": \"ws://localhost:9090\"",
+        "_comment08": "//  \"localAddress\": \"localhost\"",
+        "_comment09": "//}",
         "path": "kurento",
         "threads": 10
       }