Initial pgterminate code
This commit is contained in:
parent
0487d635fc
commit
565c45a8fc
15 changed files with 697 additions and 0 deletions
11
config.yaml.example
Normal file
11
config.yaml.example
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
user: test
|
||||
password: ****
|
||||
interval: 1000
|
||||
connect-timeout: 3
|
||||
idle-timeout: 300
|
||||
active-timeout: 10
|
||||
log-file: /var/log/pgterminate/pgterminate.log
|
||||
pid-file: /var/run/pgterminate/pgterminate.pid
|
Loading…
Add table
Add a link
Reference in a new issue