diff docker/wikiconfig_local.py @ 9754:cd07130ded8d 3.2.x

Route GWT client through wiki container This reduces the need for local configuration changes to get a working Docker-based setup.
author Tom Gottfried <tom@intevation.de>
date Wed, 12 Oct 2022 10:45:13 +0200
parents edaae6f76fc7
children
line wrap: on
line diff
--- a/docker/wikiconfig_local.py	Tue Oct 11 14:02:20 2022 +0200
+++ b/docker/wikiconfig_local.py	Wed Oct 12 10:45:13 2022 +0200
@@ -1,7 +1,9 @@
 from wikiconfig import LocalConfig
 
 class Config(LocalConfig):
-    # Put your local config here respectively replace with something useful:
-    configuration_item_1 = 'value1'
+    # Keep path prefix in sync with WSGIScriptAlias in httpd config
+    url_prefix_static = '/wiki/moin_static199'
+
+    # Put your local config here.
     # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README
     # for SSO integration.

http://dive4elements.wald.intevation.org