]> WPIA git - motion.git/blobdiff - config.py.example
Merge branch 'admin_cleanup' into 'master'
[motion.git] / config.py.example
index 83cb5fb83a499aa7a98ca328062b4d291aa8aa88..e56352d876f4cbbea6174887060cb02cb7cb0ad6 100644 (file)
@@ -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'
+}