From: Karl O. Pinc Date: Sat, 17 Nov 2018 09:00:39 +0000 (-0600) Subject: Tidy up X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=dc58bc3d37e8d97b8e9ca2d59e104c953d48b91c;p=pgwui_server Tidy up --- diff --git a/examples/development.ini b/examples/development.ini index 07f896b..0af2f3a 100644 --- a/examples/development.ini +++ b/examples/development.ini @@ -15,6 +15,7 @@ use = egg:PGWUI_Server # # Postgres client configuration. + # (An empty string for host means use the unix socket.) pgwui.pg_host = pgwui.pg_port = 5432 @@ -29,7 +30,6 @@ pyramid.includes = pyramid_debugtoolbar # Whether or not to change the db content. -#dry_run = True pgwui.dry_run = False # Routing diff --git a/examples/pgwui.ini b/examples/pgwui.ini index 7d00b3d..8edda38 100644 --- a/examples/pgwui.ini +++ b/examples/pgwui.ini @@ -15,6 +15,7 @@ use = egg:PGWUI_Server # # Postgres client configuration. + # (An empty string for host means use the unix socket.) pgwui.pg_host = pgwui.pg_port = 5432