24 lines
368 B
Text
24 lines
368 B
Text
{
|
|
"redis_host": "127.0.0.1",
|
|
"redis_port": 6379,
|
|
"redis_auth": null,
|
|
"http_host": "127.0.0.1",
|
|
"http_port": 7379,
|
|
"threads": 4,
|
|
"daemonize": false,
|
|
"database": 0,
|
|
"acl": [
|
|
{
|
|
"disabled": [
|
|
"DEBUG"
|
|
]
|
|
},
|
|
{
|
|
"http_basic_auth": "user:password",
|
|
"enabled": [
|
|
"DEBUG"
|
|
]
|
|
}
|
|
],
|
|
"verbosity": 3
|
|
}
|