Mercurial > dive4elements > river
changeset 8845:89dcaae0801c
Documenting comment.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 16 Jan 2018 18:13:54 +0100 |
parents | 890f708b18d6 |
children | 6a4bdcccfa4d |
files | gwt-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gwt-client/src/main/webapp/WEB-INF/web.xml Fri Jan 12 17:07:42 2018 +0100 +++ b/gwt-client/src/main/webapp/WEB-INF/web.xml Tue Jan 16 18:13:54 2018 +0100 @@ -40,6 +40,8 @@ </context-param> <context-param> + <!-- Set this to 'was' or 'ggina' to use the GGinA authenticator + or to 'plain' to use a local flys_user_file. --> <param-name>authentication</param-name> <param-value>plain</param-value> </context-param>