From: Karl O. Pinc Date: Sat, 23 Jan 2021 19:08:26 +0000 (-0600) Subject: Change the default db setting, will have new setting for new components X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=d2d75fc0730c974ca40db7a2858e795392a58ea8;p=pgwui_server Change the default db setting, will have new setting for new components --- diff --git a/examples/etc/pgwui.ini b/examples/etc/pgwui.ini index c121ded..8c1dab7 100644 --- a/examples/etc/pgwui.ini +++ b/examples/etc/pgwui.ini @@ -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. diff --git a/examples/misc/development.ini b/examples/misc/development.ini index f522204..8851fc5 100644 --- a/examples/misc/development.ini +++ b/examples/misc/development.ini @@ -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