X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=config.py.example;h=56ce4bc6c275e21445c0f4bb3b31d1e5f8e83458;hp=daa9594dfa3f1801b1a8ce900fda8f03b903db94;hb=4cfc1bb07644043d1e223178a98ea47f6a61d338;hpb=2f6d14ef5785b7c7bb67b57ed9253b080ebf2f72 diff --git a/config.py.example b/config.py.example index daa9594..56ce4bc 100644 --- a/config.py.example +++ b/config.py.example @@ -1,3 +1,25 @@ -DATABASE="..." +DATABASE="pg://dbserver/db" USER="..." PASSWORD="..." + +# Footer data: remove # at beginning of lines and adjust if needed +#COPYRIGHTSTART="2017" +#COPYRIGHTNAME="WPIA" +#COPYRIGHTLINK="https://wpia.club" +#IMPRINTLINK="https://documents.wpia.club/imprint.html" +#DATAPROTECTIONLINK="https://documents.wpia.club/data_privacy_policy_html_pages_en.html" + +DEFAULT_HOST="hostname for migration from db version < 2" + +GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes + +MAX_PROXY=2 # user is allowed to hold up to MAX_PROXY votes + +DURATION={'hostname':[3, 7, 14]} # duration period for motions + +#DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser + +LANGUAGES = { + 'en': 'English', + 'de': 'Deutsch' +}