From 05a2a7ad3a06863d2f4acdd8cd4fd10d8200dcbd Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 30 Jun 2018 10:53:19 +0200 Subject: [PATCH] Comment options in example config file --- config.yaml.example | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index b3c2b2e..77db970 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,14 +1,14 @@ --- -host: 127.0.0.1 -port: 5432 -user: test -password: **** -interval: 1 -connect-timeout: 3 -idle-timeout: 300 -active-timeout: 10 -log-file: /var/log/pgterminate/pgterminate.log -pid-file: /var/run/pgterminate/pgterminate.pid +#host: 127.0.0.1 +#port: 5432 +#user: test +#password: **** +#interval: 1 +#connect-timeout: 3 +#idle-timeout: 300 +#active-timeout: 10 +#log-file: /var/log/pgterminate/pgterminate.log +#pid-file: /var/run/pgterminate/pgterminate.pid #log-destination: console|file|syslog #syslog-ident: pgterminate #syslog-facility: LOCAL0