blob: 5c927b0b7860e938c63623bf37ad0a7fd0d0e3ad [file] [log] [blame]
# URL for the ElasticSearch backend
elasticsearch_url: http://localhost:9200/
# ES index pattern for strftime. Should have %Y-%m-%d in it, so we can fetch the last three days. Or * for every index
index_pattern: loggy-%Y-%m-%d
# SQLite database file path where we storre blocks, allows, rules and audit logs
database: blocky4.sqlite
http_ip: "127.0.0.1"
http_port: 8080