X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=56ce4bc6c275e21445c0f4bb3b31d1e5f8e83458;hb=11e82f491ae15d3b7d9f1f88db2ab79d1fe131bf;hp=5bbdb4d9c77b133ac9a4975b156e4e9ee3746194;hpb=7c57af2eda8ded7eeae9ced0157bae7fd188af59;p=motion.git diff --git a/config.py.example b/config.py.example index 5bbdb4d..56ce4bc 100644 --- a/config.py.example +++ b/config.py.example @@ -13,6 +13,13 @@ 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' +}