tracker_docker.conf 689 B

123456789101112131415161718192021222324252627282930313233
  1. [web]
  2. host: 0.0.0.0
  3. port: 8888
  4. cookie_secret: EXAMPLE-a-long-string-here
  5. xheaders: false
  6. maintenance_sentinel_file: SUPERVISOR_EXPORT_PATH_HERE/tinytown-supervisor-sentinel
  7. [database]
  8. path: sqlite:///EXAMPLE.db
  9. [redis]
  10. host: redis
  11. port: 6379
  12. password:
  13. db: 0
  14. unix:
  15. prefix: tott:
  16. max_stats: 30
  17. [logging]
  18. path: ./EXAMPLE.log
  19. [iaexporter]
  20. access_key:
  21. secret_key:
  22. endpoint: s3.us.archive.org
  23. collection: test_collection
  24. format: beacon
  25. last_export_file: last_export.txt
  26. item: urlteam_{timestamp}
  27. timestamp: {year:04d}-{month:02d}-{day:02d}-{hour:02d}-{minute:02d}-{second:02d}
  28. title: URLTeam Release {timestamp} TEST TEST TEST
  29. description: URLTeam's rolling release of unshortened URLs.