Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9747:cfc0aab9947f | 9748:edaae6f76fc7 |
---|---|
1 from wikiconfig import LocalConfig | |
2 | |
3 class Config(LocalConfig): | |
4 # Put your local config here respectively replace with something useful: | |
5 configuration_item_1 = 'value1' | |
6 # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README | |
7 # for SSO integration. |