Comment options in example config file
This commit is contained in:
parent
ef67682463
commit
05a2a7ad3a
1 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
host: 127.0.0.1
|
#host: 127.0.0.1
|
||||||
port: 5432
|
#port: 5432
|
||||||
user: test
|
#user: test
|
||||||
password: ****
|
#password: ****
|
||||||
interval: 1
|
#interval: 1
|
||||||
connect-timeout: 3
|
#connect-timeout: 3
|
||||||
idle-timeout: 300
|
#idle-timeout: 300
|
||||||
active-timeout: 10
|
#active-timeout: 10
|
||||||
log-file: /var/log/pgterminate/pgterminate.log
|
#log-file: /var/log/pgterminate/pgterminate.log
|
||||||
pid-file: /var/run/pgterminate/pgterminate.pid
|
#pid-file: /var/run/pgterminate/pgterminate.pid
|
||||||
#log-destination: console|file|syslog
|
#log-destination: console|file|syslog
|
||||||
#syslog-ident: pgterminate
|
#syslog-ident: pgterminate
|
||||||
#syslog-facility: LOCAL0
|
#syslog-facility: LOCAL0
|
||||||
|
|
Loading…
Reference in a new issue