projects
/
pgwui_logout
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7adbc
)
Document route
author
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:48:38 +0000
(16:48 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:48:38 +0000
(16:48 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index f895875d45fe247390fadde68b50e4bdd2ab97f4..c5ede6ff850b72e6186b9230786c87a4db68b4d8 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-39,6
+39,17
@@
facility.
You will almost always want to install this when installing any of the
other PGWUI programs.
+
+URL Configuration
+-----------------
+
+The default URL for PGWUI_Logout looks like
+*https://www.example.com/logout*. The route name is ``logout``.
+
+See the PGWUI_Common documentation for how to configure a different
+route.
+
+
Complete Documentation
----------------------