pgwui:
# Postgres connection configuration.
- # Both pgwui.pg_host and pgwui.pg_port are optional;
+ # Both pg_host and pg_port are optional;
# they default to the Unix PG socket and the default Postgres port.
# An empty string for host means use the unix socket.
pg_host: ''
# The database to use by default.
# Not having the setting is the same as "", the empty string.
- #pgwui.default_db: ''
+ #default_db: ''
# The (PostgreSQL-named) encoding used for strings on the client-side.
# The list of PostgreSQL encodings can be found at:
# How to link to a menu of PGWUI components. An alternative to using
# the PGWUI_Menu component.
- # Configured as pgwui.home_page is configured, above.
+ # Configured as home_page is configured, above.
# The default is to have no menu.
#
# The following example uses the URL without a path (e.g.,
#autoconfigure: true
# What PGWUI components and other pyramid modules to use.
- # (Required when pgwui.autoconfigure is false, or you want the
+ # (Required when autoconfigure is false, or you want the
# debug toolbar.)
# sample that includes the PGUI logout and upload components,
# in the block-style list format rather than the inline
# A list of databases for which an extra
# confirmation step is required before alteration. Comparisons
# are done in a case-insensitive fashion. The default is the
- # value of pgwui.default_db. The setting ""
+ # value of default_db. The setting ""
# means that no database requires additional confirmation
# before alteration. Example:
# sensitive_dbs:
pgwui:
# Postgres connection configuration.
- # Both pgwui.pg_host and pgwui.pg_port are optional;
+ # Both pg_host and pg_port are optional;
# they default to the Unix PG socket and the default Postgres port.
# An empty string for host means use the unix socket.
pg_host: ''
# The database to use by default.
# Not having the setting is the same as "", the empty string.
- #pgwui.default_db: ''
+ #default_db: ''
# The (PostgreSQL-named) encoding used for strings on the client-side.
# The list of PostgreSQL encodings can be found at:
# How to link to a menu of PGWUI components. An alternative to using
# the PGWUI_Menu component.
- # Configured as pgwui.home_page is configured, above.
+ # Configured as home_page is configured, above.
# The default is to have no menu.
#
# The following example uses the URL without a path (e.g.,
#autoconfigure: true
# What PGWUI components and other pyramid modules to use.
- # (Required when pgwui.autoconfigure is False, or you want the
+ # (Required when autoconfigure is False, or you want the
# debug toolbar.)
# sample that includes the PGUI logout and upload components,
# in the block-style list format rather than the inline
# A list of databases for which an extra
# confirmation step is required before alteration. Comparisons
# are done in a case-insensitive fashion. The default is the
- # value of pgwui.default_db. The setting ""
+ # value of default_db. The setting ""
# means that no database requires additional confirmation
# before alteration. Example:
# sensitive_dbs: