ChandimaPrabath commited on
Commit
25f76ea
·
verified ·
1 Parent(s): 4a5c97e

Update webdis.json

Browse files
Files changed (1) hide show
  1. webdis.json +28 -3
webdis.json CHANGED
@@ -1,4 +1,29 @@
1
  {
2
- "redis": { "host": "127.0.0.1", "port": 6379 },
3
- "http": { "host": "0.0.0.0", "port": 7379 }
4
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "redis_host": "127.0.0.1",
3
+ "redis_port": 6379,
4
+ "redis_auth": null,
5
+
6
+ "http_host": "0.0.0.0",
7
+ "http_port": 7379,
8
+
9
+ "threads": 5,
10
+ "pool_size": 20,
11
+
12
+ "daemonize": false,
13
+ "websockets": true,
14
+
15
+ "database": 0,
16
+
17
+ "acl": [
18
+ {
19
+ "disabled": ["DEBUG"]
20
+ }
21
+ ],
22
+
23
+ "hiredis": {
24
+ "keep_alive_sec": 15
25
+ },
26
+
27
+ "verbosity": 4,
28
+ "logfile": "/tmp/redis/webdis.log"
29
+ }