1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/webdis/data/webdis.json
2021-05-10 16:17:55 +08:00

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"
}