#
# The default for some PGWUI components are:
# pgwui.routes =
+# pgwui_copy = /copy
# pgwui_logout = /logout
# pgwui_upload = /upload
# See pgwui_upload above for details.
+# pgwui_copy
+
+# pgwui.pgwui_copy =
+# menu_label = 'copy -- Copy a Schema Between Databases'
+#
+# default_source_db = (See description)
+# The default for the database from which data is copied.
+# The default is the value of pgwui.default_db.
+#
+# sensitive_db = (See description)
+# A list of databases (one per line) 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 "" (nothing after the =
+# sign) means that no database requires additional confirmation
+# before alteration. Example:
+# sensitive_dbs = scratch
+# scritch
+#
+# default_target_db =
+# The default for the database to which data is copied. (Optional)
+#
+# default_schema =
+# The default for the name of the schema which is copied. (Optional)
+#
+# bin = /usr/bin
+# Absolute path to the directory containing the pg_dump and pg_restore
+# binaries. (Optional)
+
+
#
# Pyramid configuration
# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
#
# The default for some PGWUI components are:
# pgwui.routes =
+# pgwui_copy = /copy
# pgwui_logout = /logout
# pgwui_upload = /upload
# See pgwui_upload above for details.
+# pgwui_copy
+
+# pgwui.pgwui_copy =
+# menu_label = 'copy -- Copy a Schema Between Databases'
+#
+# default_source_db = (See description)
+# The default for the database from which data is copied.
+# The default is the value of pgwui.default_db.
+#
+# sensitive_dbs = (See description)
+# A list of databases (one per line) 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 "" (nothing after the =
+# sign) means that no database requires additional confirmation
+# before alteration. Example:
+# sensitive_dbs = scratch
+# scritch
+#
+# default_target_db =
+# The default for the database to which data is copied. (Optional)
+#
+# default_schema =
+# The default for the name of the schema which is copied. (Optional)
+#
+# bin = /usr/bin
+# Absolute path to the directory containing the pg_dump and pg_restore
+# binaries. (Optional)
+
+
#
# Pyramid configuration
# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html