Add webdis service

This commit is contained in:
Tobias Reisinger 2025-01-31 02:48:53 +01:00
parent 57fe2ed42c
commit a27a157e22
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 89 additions and 0 deletions
playbooks/roles/webdis/files

View file

@ -0,0 +1,31 @@
{
"redis_host": "redis",
"redis_port": 6379,
"redis_auth": null,
"http_host": "0.0.0.0",
"http_port": 7379,
"threads": 5,
"pool_size": 20,
"daemonize": false,
"websockets": false,
"database": 0,
"acl": [
{
"disabled": ["DEBUG"]
},
{
"http_basic_auth": "user:password",
"enabled": ["DEBUG"]
}
],
"verbosity": 4,
"logfile": "/dev/stderr"
}