]> WPIA git - motion.git/blob - config.py.example
upd: small testcase fix
[motion.git] / config.py.example
1 DATABASE="pg://dbserver/db"
2 USER="..."
3 PASSWORD="..."
4
5 # Footer data: remove # at beginning of lines and adjust if needed
6 #COPYRIGHTSTART="2017"
7 #COPYRIGHTNAME="WPIA"
8 #COPYRIGHTLINK="https://wpia.club"
9 #IMPRINTLINK="https://documents.wpia.club/imprint.html"
10 #DATAPROTECTIONLINK="https://documents.wpia.club/data_privacy_policy_html_pages_en.html"
11
12 DEFAULT_HOST="hostname for migration from db version < 2"
13
14 GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes
15
16 MAX_PROXY=2  # user is allowed to hold up to MAX_PROXY votes
17
18 DURATION={'hostname':[3, 7, 14]} # duration period for motions
19
20 #DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser
21
22 LANGUAGES = {
23     'en': 'English',
24     'de': 'Deutsch'
25 }