summaryrefslogtreecommitdiff
path: root/python/conf/pgqadm.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python/conf/pgqadm.ini')
-rw-r--r--python/conf/pgqadm.ini18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/conf/pgqadm.ini b/python/conf/pgqadm.ini
new file mode 100644
index 00000000..a2e92f6b
--- /dev/null
+++ b/python/conf/pgqadm.ini
@@ -0,0 +1,18 @@
+
+[pgqadm]
+
+job_name = pgqadm_somedb
+
+db = dbname=provider port=6000 host=127.0.0.1
+
+# how often to run maintenance [minutes]
+maint_delay_min = 5
+
+# how often to check for activity [secs]
+loop_delay = 0.1
+
+logfile = ~/log/%(job_name)s.log
+pidfile = ~/pid/%(job_name)s.pid
+
+use_skylog = 0
+