blob: 2b8c962c0fe1b1e0800d2a2c28273fa64ecdf6cf [file] [log] [blame]
server:
port: 8080 # Port to bind to
bind: 127.0.0.1 # IP to bind to - typically 127.0.0.1 for localhost or 0.0.0.0 for all IPs
database:
dburl: http://localhost:9200/ # The URL of the ElasticSearch database
db_prefix: ponymail # DB prefix, usually 'ponymail'
max_hits: 15000 # Maximum number of emails to process in a search
tasks:
refresh_rate: 150 # Background indexer run interval, in seconds