1login=postgres
2psql=/usr/bin/psql
3basedb=template1
4start_cmd=systemctl start postgresql
5stop_cmd=systemctl stop postgresql
6pid_file=/var/run/postmaster*.pid
7perpage=25
8hba_conf=/var/lib/pgsql/data/pg_hba.conf
9nodbi=0
10user=postgres
11setup_cmd=postgresql-setup initdb
12dump_cmd=/usr/bin/pg_dump
13rstr_cmd=/usr/bin/pg_restore
14repository=/home/db_repository
15sameunix=1
16access=*: *
17blob_mode=0
18add_mode=1
19date_subs=0
20style=0
21max_dbs=50
22simple_sched=0
23access_own=0
24max_text=1000
25webmin_subs=0
26