/webdis.json

http://github.com/nicolasff/webdis · JSON · 31 lines · 23 code · 8 blank · 0 comment · 0 complexity · b299fefb5c45f1cbc505aac3f15efb7c MD5 · raw file

  1. {
  2. "redis_host": "127.0.0.1",
  3. "redis_port": 6379,
  4. "redis_auth": null,
  5. "http_host": "0.0.0.0",
  6. "http_port": 7379,
  7. "threads": 5,
  8. "pool_size": 20,
  9. "daemonize": false,
  10. "websockets": false,
  11. "database": 0,
  12. "acl": [
  13. {
  14. "disabled": ["DEBUG"]
  15. },
  16. {
  17. "http_basic_auth": "user:password",
  18. "enabled": ["DEBUG"]
  19. }
  20. ],
  21. "verbosity": 6,
  22. "logfile": "webdis.log"
  23. }