summaryrefslogtreecommitdiffstats
path: root/testing/pgagent/pgagent.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pgagent/pgagent.confd')
-rw-r--r--testing/pgagent/pgagent.confd22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/pgagent/pgagent.confd b/testing/pgagent/pgagent.confd
new file mode 100644
index 000000000..a85be2061
--- /dev/null
+++ b/testing/pgagent/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"