mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
30 lines
476 B
JSON
30 lines
476 B
JSON
{
|
|
"redis_host": "redis",
|
|
"redis_port": 6379,
|
|
"redis_auth": null,
|
|
"http_host": "0.0.0.0",
|
|
"http_port": 7379,
|
|
"threads": 5,
|
|
"pool_size": 10,
|
|
"daemonize": false,
|
|
"websockets": false,
|
|
"database": 0,
|
|
"acl": [
|
|
{
|
|
"disabled": [
|
|
"DEBUG",
|
|
"FLUSHDB",
|
|
"FLUSHALL"
|
|
]
|
|
},
|
|
{
|
|
"http_basic_auth": "username:password",
|
|
"enabled": [
|
|
"DEBUG"
|
|
]
|
|
}
|
|
],
|
|
"verbosity": 99,
|
|
"logfile": "/dev/stdout"
|
|
}
|