X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=config.py.example;h=e56352d876f4cbbea6174887060cb02cb7cb0ad6;hb=7f7b44cb967ae9b99ddcbf3879c92d448570d49c;hp=83cb5fb83a499aa7a98ca328062b4d291aa8aa88;hpb=4af338e33108c609381f4c60b6cc12b50da7f107;p=motion.git diff --git a/config.py.example b/config.py.example index 83cb5fb..e56352d 100644 --- a/config.py.example +++ b/config.py.example @@ -15,6 +15,13 @@ GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and t 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' +}