X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=config.py.example;h=22ee94e57f0b5aee682e29903bd2c8e0e44d9f1e;hb=cccf2fd6b894c3f78115838f24db0609dbe12e9a;hp=3ad653f2a81cc4fa6e59bf9fee9de0c4a398b281;hpb=3a43e923fd7253d358f0c9deb4f79ed8ee317caf;p=motion.git diff --git a/config.py.example b/config.py.example index 3ad653f..22ee94e 100644 --- a/config.py.example +++ b/config.py.example @@ -1,4 +1,4 @@ -DATABASE="..." +DATABASE="pg://dbserver/db" USER="..." PASSWORD="..." @@ -7,3 +7,5 @@ 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