X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=config.py.example;h=e56352d876f4cbbea6174887060cb02cb7cb0ad6;hp=dcd7c8db99d3d39c959a2fb1e484a52b5730e4ac;hb=7f7b44cb967ae9b99ddcbf3879c92d448570d49c;hpb=d58c57e81d56c817a0d7d3444fce9d0b0e32a61a diff --git a/config.py.example b/config.py.example index dcd7c8d..e56352d 100644 --- a/config.py.example +++ b/config.py.example @@ -1,7 +1,27 @@ -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 + +MOTION_WAIT_MINUTES={'hostname':'1'} # timespan between the entering of two motions + +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' +}