doc: Add example configuration

create-reload-action
Lukasz Janyst 4 years ago
parent c22d7110df
commit a4302dc49c
No known key found for this signature in database
GPG Key ID: 32DE641041F17A9A
  1. 2
      README.md
  2. 12
      config.example.yaml

@ -24,5 +24,7 @@ To than end, Perixide:
* drops all the desktop desktop integration and trackers
* provides a server program and a separate configuration program
Example configuration file is provided as `config.example.yaml`.
[1]: https://github.com/ProtonMail/proton-bridge
[2]: https://github.com/emersion/hydroxide

@ -0,0 +1,12 @@
{
# "UserPortImap": "1143",
# "UserPortSmtp": "1025",
# "AllowProxy": "false",
# "CacheEnabled": "true",
# "CacheCompression": "true",
# "CacheDir": "./run/cache",
# "X509Key": "./run/key.pema",
# "X509Cert": "./run/cert.pema",
# "CookieJar": "./run/cookies.json",
# "ServerAddress": "[::0]"
}
Loading…
Cancel
Save