Guest User

Untitled

a guest
Dec 16th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "redis": {
  3. "host": "127.0.0.1",
  4. "port": 6379,
  5. "db": 0,
  6. "password": ""
  7. },
  8. "aws": {
  9. "access_key_id": "<access>",
  10. "secret_access_key": "<secret>",
  11. "zone_id": "<id>"
  12. },
  13. "number_checks": 5,
  14. "hosts": ["host1.example.org", "host2.example.org"],
  15. "app": {
  16. "domain": "domain.example.org",
  17. "domain_api": "domain-api.example.org"
  18. }
  19. }
Add Comment
Please, Sign In to add comment