Mercurial > dive4elements > river
diff docker/wikiconfig_local.py @ 9748:edaae6f76fc7 3.2.x
Bind-mount wiki configuration in docker container
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 12 Sep 2022 16:13:54 +0200 |
parents | |
children | cd07130ded8d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docker/wikiconfig_local.py Mon Sep 12 16:13:54 2022 +0200 @@ -0,0 +1,7 @@ +from wikiconfig import LocalConfig + +class Config(LocalConfig): + # Put your local config here respectively replace with something useful: + configuration_item_1 = 'value1' + # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README + # for SSO integration.