]> WPIA git - motion.git/blob - config.py.example
upd: add configurable debug user
[motion.git] / config.py.example
1 DATABASE="..."
2 USER="..."
3 PASSWORD="..."
4
5 DEFAULT_HOST="hostname for migration from db version < 2"
6
7 GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes
8
9 DURATION={'hostname':[3, 7, 14]} # duration period for motions
10
11 #DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser