Tidy up
authorKarl O. Pinc <kop@meme.com>
Sat, 17 Nov 2018 09:00:39 +0000 (03:00 -0600)
committerKarl O. Pinc <kop@meme.com>
Sat, 17 Nov 2018 09:00:39 +0000 (03:00 -0600)
examples/development.ini
examples/pgwui.ini

index 07f896b743d05c531ff98493c7b074f5bacbf94f..0af2f3a10423c06cd00675600734ad8255df8f79 100644 (file)
@@ -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
index 7d00b3d16b23b88fb4c550e0a999b35138357d1c..8edda38e210bb8a172fa3180e43a641bc28e30d1 100644 (file)
@@ -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