From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-db/pgagent/files/pgagent.confd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-db/pgagent/files/pgagent.confd (limited to 'dev-db/pgagent/files/pgagent.confd') diff --git a/dev-db/pgagent/files/pgagent.confd b/dev-db/pgagent/files/pgagent.confd new file mode 100644 index 000000000000..0b2c7d788dd2 --- /dev/null +++ b/dev-db/pgagent/files/pgagent.confd @@ -0,0 +1,22 @@ +# Pool time interval +PGA_POLL="10" + +# Retry period +PGA_RETRY="30" + +# Log file +PGA_LOG="/var/log/pgagent.log" + +# Logging verbosity +# ERROR=0, WARNING=1, DEBUG=2 +PGA_LEVEL="1" + +# Server parameters +# Host address +PG_HOST="localhost" + +# DB name +PG_DBNAME="postgres" + +# Username +PG_USER="postgres" \ No newline at end of file -- cgit v1.2.3