sightingdb 0.0.5

A database designed for Sightings, a technique to count items
[daemon]
listen_ip=0.0.0.0
listen_port=9999
authenticate=true
daemonize=false
log_level=debug
ssl=true
ssl_cert=ssl/cert.pem
ssl_key=ssl/key.pem
post_limit=2500000000
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=2592000

# API keys and their permissions; see etc/sightingdb.conf for the syntax.
# SIGHTINGDB_APIKEY (-k) overrides this with a single full-access key.
[acl]
changeme = rw