# Postgres client configuration.
# (An empty string for host means use the unix socket.)
-pg_host =
-pg_port = 5432
+pgwui.pg_host =
+pgwui.pg_port = 5432
# What PGWUI modules to use.
pyramid.includes =
# Whether or not to change the db content.
#dry_run = True
-dry_run = False
+pgwui.dry_run = False
#
# Postgres client configuration.
# (An empty string for host means use the unix socket.)
-pg_host =
-pg_port = 5432
+pgwui.pg_host =
+pgwui.pg_port = 5432
# What PGWUI modules to use.
pyramid.includes =
pgwui_upload
# Whether or not to change the db content.
-dry_run = False
+pgwui.dry_run = False
#