example.org.inmem.config 919 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "version": 3,
  3. "Logging": {
  4. "loggers": [{
  5. "severity": "DEBUG",
  6. "name": "*",
  7. "debuglevel": 99
  8. }]
  9. },
  10. "Auth": {
  11. "listen_on": [{
  12. "port": 47806,
  13. "address": "127.0.0.1"
  14. }]
  15. },
  16. "data_sources": {
  17. "classes": {
  18. "IN": [
  19. {
  20. "type": "MasterFiles",
  21. "cache-enable": true,
  22. "params": {
  23. "example.org": "data/example.org"
  24. }
  25. }
  26. ]
  27. }
  28. },
  29. "Stats": {
  30. "poll-interval": 1
  31. },
  32. "Init": {
  33. "components": {
  34. "b10-auth": { "kind": "needed", "special": "auth" },
  35. "b10-stats": { "address": "Stats", "kind": "dispensable" },
  36. "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
  37. }
  38. }
  39. }