X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=25b8123d431ac792cd8afe6f6acb2c1671f4e305;hb=02c2dbf274bcd7a67b17fe8cffd7c56ce3962928;hp=daa9594dfa3f1801b1a8ce900fda8f03b903db94;hpb=2f6d14ef5785b7c7bb67b57ed9253b080ebf2f72;p=motion.git diff --git a/config.py.example b/config.py.example index daa9594..25b8123 100644 --- a/config.py.example +++ b/config.py.example @@ -1,3 +1,11 @@ DATABASE="..." USER="..." PASSWORD="..." + +DEFAULT_HOST="hostname for migration from db version < 2" + +GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes + +DURATION={'hostname':[3, 7, 14]} # duration period for motions + +#DEBUGUSER={'hostname':'username/create:* vote:*'} # remove # at beginning of line to use local debuguser