From dc58bc3d37e8d97b8e9ca2d59e104c953d48b91c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 17 Nov 2018 03:00:39 -0600 Subject: [PATCH] Tidy up --- examples/development.ini | 2 +- examples/pgwui.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1