blob: 8b7a9c6d2f97d5ae21c45a14b2c1867f8bc23c83 [file] [log] [blame]
###############################################################
# A ponymail.cfg is needed to run this project. This sample config file was
# originally generated by tools/setup.py.
#
# Run the tools/setup.py script and a ponymail.cfg which looks a lot like this
# one will be generated. If, for whatever reason, that script is not working
# for you, you may use this ponymail.cfg as a starting point.
#
# Contributors should strive to keep this sample updated. One way to do this
# would be to run the tools/setup.py, rename the generated config to
# ponymail.cfg.sample, and then pasting this message or a modified form of
# this message at the top.
###############################################################
###############################################################
# Pony Mail Configuration file
# Main ES configuration
[elasticsearch]
hostname: localhost
dbname: ponymail
port: 9200
ssl: false
#uri: url_prefix
#user: username
#password: password
#wait: active shard count
#backup: database name
[archiver]
#generator: medium|full|cluster|other
#baseurl: https://my.archive.example.com
[debug]
#cropout: string to crop from list-id
# e.g. Strip out incubator except at top level
# cropout: (\w+\.\w+)\.incubator\.apache\.org \1.apache.org
###############################################################