sightingdb 0.4.1

A database designed for Sightings, a technique to count items
[daemon]
listen_ip = "0.0.0.0"
listen_port = 9999
authenticate = true
daemonize = false
ssl = true
ssl_cert = "ssl/cert.pem"
ssl_key = "ssl/key.pem"
post_limit = 2_500_000_000
log_out = "/var/log/sightingdb/sightingdb.log"
log_err = "/var/log/sightingdb/sightingdb.error.log"

# Mount a volume at /var/lib/sightingdb to keep the database across container
# restarts; without one it lives only as long as the container.
dbdir = "/var/lib/sightingdb"
snapshot_interval = 300
sweep_interval = 60
# 30 days of hourly statistics per value, and 30 days of shadow sightings.
stats_retention = 720
shadow_ttl = 2_592_000

# Rewritten by the management interface; keep it on a mounted volume so keys
# survive a container restart.
acl_file = "/var/lib/sightingdb/acl.toml"