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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue