Change the default db setting, will have new setting for new components
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 23 Jan 2021 19:08:26 +0000 (13:08 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 23 Jan 2021 19:08:26 +0000 (13:08 -0600)
examples/etc/pgwui.ini
examples/misc/development.ini

index c121dedbc17961f0d1f2d061364307ff46a23a4c..8c1dab738dab2fff05b519b7ad9d79ca31e05d12 100644 (file)
@@ -25,8 +25,10 @@ use = egg:PGWUI_Server
 pgwui.pg_host =
 pgwui.pg_port = 5432
 
-# There are occasions when PGWUI uses a default database.  (optional)
-pgwui.default_db = template1
+
+# The database to use by default.
+# Not having the setting is the same as "", the empty string.
+# pgwui.default_db = 
 
 
 # How to link to the site's home page.
index f522204f919381f466f155f2000f0d6dc875f94f..8851fc54ed81e0498eb3232d743738e15db63d97 100644 (file)
@@ -25,8 +25,9 @@ use = egg:PGWUI_Server
 pgwui.pg_host =
 pgwui.pg_port = 5432
 
-# There are occasions when PGWUI uses a default database.  (optional)
-pgwui.default_db = template1
+# The database to use by default.
+# Not having the setting is the same as "", the empty string.
+# pgwui.default_db = 
 
 
 # How to link to the site's home page.  Useful when the home page is