X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=22ee94e57f0b5aee682e29903bd2c8e0e44d9f1e;hb=0d3cf1db4630b4a52a3b5f7f4d49b9c57b61cd44;hp=dcd7c8db99d3d39c959a2fb1e484a52b5730e4ac;hpb=d58c57e81d56c817a0d7d3444fce9d0b0e32a61a;p=motion.git diff --git a/config.py.example b/config.py.example index dcd7c8d..22ee94e 100644 --- a/config.py.example +++ b/config.py.example @@ -1,7 +1,11 @@ -DATABASE="..." +DATABASE="pg://dbserver/db" 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