You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
384 B
JSON

{
"redis_host": "redis",
"redis_port": 6379,
"http_host": "0.0.0.0",
"http_port": 7379,
"threads": 5,
"pool_size": 20,
"daemonize": true,
"websockets": true,
"database": 0,
"acl": [
{
"disabled": [ "DEBUG" ]
},
{
"http_basic_auth": "user:password",
"enabled": [ "DEBUG" ]
}
],
"verbosity": 6,
"logfile": "webdis.log"
}