X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=config.py.example;fp=config.py.example;h=f15a40014012550e9469d18c685e83d26c3b1ca1;hp=daa9594dfa3f1801b1a8ce900fda8f03b903db94;hb=ed68455e7daed0df5bc856110174e874ee721d9e;hpb=05b95082933e27b499b132f1a29a6d41716e952b diff --git a/config.py.example b/config.py.example index daa9594..f15a400 100644 --- a/config.py.example +++ b/config.py.example @@ -1,3 +1,8 @@ DATABASE="..." USER="..." 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