comparison 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
comparison
equal deleted inserted replaced
9753:7227621f8496 9754:cd07130ded8d
1 from wikiconfig import LocalConfig 1 from wikiconfig import LocalConfig
2 2
3 class Config(LocalConfig): 3 class Config(LocalConfig):
4 # Put your local config here respectively replace with something useful: 4 # Keep path prefix in sync with WSGIScriptAlias in httpd config
5 configuration_item_1 = 'value1' 5 url_prefix_static = '/wiki/moin_static199'
6
7 # Put your local config here.
6 # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README 8 # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README
7 # for SSO integration. 9 # for SSO integration.

http://dive4elements.wald.intevation.org