summaryrefslogtreecommitdiff
path: root/databases/webdis/files/webdis.conf
blob: 284335149c1130d2a866eb330805fc5e872cab1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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
}