]> WPIA git - motion.git/blobdiff - config.py.example
make motion groups configurable by host
[motion.git] / config.py.example
index f15a40014012550e9469d18c685e83d26c3b1ca1..dcd7c8db99d3d39c959a2fb1e484a52b5730e4ac 100644 (file)
@@ -4,5 +4,4 @@ PASSWORD="..."
 
 DEFAULT_HOST="hostname for migration from db version < 2"
 
-groups=["group1", "group1"] # kinds of motion
-group_prefix={"group1": "g1", "group2": "g2"} # prefixes for motion identifiers
+GROUP_PREFIX={'hostname': {'group1': 'g1', 'group2': 'g2'}} # motion types and their id-prefixes