tom@9748: from wikiconfig import LocalConfig tom@9748: tom@9748: class Config(LocalConfig): tom@9748: # Put your local config here respectively replace with something useful: tom@9748: configuration_item_1 = 'value1' tom@9748: # See e.g. https://hg.intevation.de/moin/moin-was/file/tip/README tom@9748: # for SSO integration.