X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fmotion%2Ftemplates%2Fconfig.py.epp;fp=modules%2Fmotion%2Ftemplates%2Fconfig.py.epp;h=27274f2150d7386fa82cb7ad9f0be88025eac002;hb=76ba67a2528279e3e542bdf36db749667eb80c6f;hp=0000000000000000000000000000000000000000;hpb=95266f6237df2334741f3ce60050618259452ed4;p=infra.git diff --git a/modules/motion/templates/config.py.epp b/modules/motion/templates/config.py.epp new file mode 100644 index 0000000..27274f2 --- /dev/null +++ b/modules/motion/templates/config.py.epp @@ -0,0 +1,4 @@ +DATABASE="pq://<%=$ips[postgres]%>/motion" +USER="<%=$user%>" +PASSWORD="<%=$password%>" +GROUP_PREFIX={"motion.<%=$systemDomain%>":{"fellowship": "f", "board": "m"}}