/webdis.json
JSON | 31 lines | 23 code | 8 blank | 0 comment | 0 complexity | b299fefb5c45f1cbc505aac3f15efb7c MD5 | raw file
1{ 2 "redis_host": "127.0.0.1", 3 4 "redis_port": 6379, 5 "redis_auth": null, 6 7 "http_host": "0.0.0.0", 8 "http_port": 7379, 9 10 "threads": 5, 11 "pool_size": 20, 12 13 "daemonize": false, 14 "websockets": false, 15 16 "database": 0, 17 18 "acl": [ 19 { 20 "disabled": ["DEBUG"] 21 }, 22 23 { 24 "http_basic_auth": "user:password", 25 "enabled": ["DEBUG"] 26 } 27 ], 28 29 "verbosity": 6, 30 "logfile": "webdis.log" 31}