# The default is no prefix.
# pgwui.route_prefix =
+# Overriding routes of specific PGWUI components
+
+# The syntax is "name" = "route", one per line. The "name" is the
+# name of the PGWUI component. "route" is the route to use to access
+# the component. So to access the logout page at
+# http://example.com/logmeout the line would be: logout = /logmeout
+#
+# The default for some PGWUI components are:
+# pgwui_routes =
+# logout = /logout
+# upload = /upload
+
#
# Pyramid configuration
# The default is no prefix.
# pgwui.route_prefix =
+# Overriding routes of specific PGWUI components
+
+# The syntax is "name" = "route", one per line. The "name" is the
+# name of the PGWUI component. "route" is the route to use to access
+# the component. So to access the logout page at
+# http://example.com/logmeout the line would be: logout = /logmeout
+#
+# The default for some PGWUI components are:
+# pgwui_routes =
+# logout = /logmeout
+# upload = /put-in
#
# Pyramid configuration