mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-30 17:47:21 +01:00
add webdis
This commit is contained in:
29
webdis/data/webdis.json
Normal file
29
webdis/data/webdis.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user