This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a3c15e6  switch to single URL in example config
a3c15e6 is described below

commit a3c15e6672585f90441d631ba6d94d7ff884325b
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Mar 28 20:23:29 2021 +0200

    switch to single URL in example config
---
 server/ponymail.yaml.example | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/server/ponymail.yaml.example b/server/ponymail.yaml.example
index b0e06cc..2b8c962 100644
--- a/server/ponymail.yaml.example
+++ b/server/ponymail.yaml.example
@@ -4,12 +4,9 @@ server:
 
 
 database:
-  server: localhost      # The hostname of the ElasticSearch database
-  port: 9200             # ES Port
-  secure: false          # Whether TLS is enabled on ES
-  url_prefix: ~          # URL prefix, if proxying to ES
-  db_prefix: ponymail    # DB prefix, usually 'ponymail'
-  max_hits: 15000        # Maximum number of emails to process in a search
+  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
+  refresh_rate:  150                  # Background indexer run interval, in 
seconds

Reply via email to