/webdis.json
http://github.com/nicolasff/webdis · JSON · 31 lines · 23 code · 8 blank · 0 comment · 0 complexity · b299fefb5c45f1cbc505aac3f15efb7c MD5 · raw file
- {
- "redis_host": "127.0.0.1",
- "redis_port": 6379,
- "redis_auth": null,
- "http_host": "0.0.0.0",
- "http_port": 7379,
- "threads": 5,
- "pool_size": 20,
- "daemonize": false,
- "websockets": false,
- "database": 0,
- "acl": [
- {
- "disabled": ["DEBUG"]
- },
- {
- "http_basic_auth": "user:password",
- "enabled": ["DEBUG"]
- }
- ],
- "verbosity": 6,
- "logfile": "webdis.log"
- }