X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=modules%2Fmotion%2Ftemplates%2Fconfig.py.epp;fp=modules%2Fmotion%2Ftemplates%2Fconfig.py.epp;h=27274f2150d7386fa82cb7ad9f0be88025eac002;hb=ec411b00d9969e8a56d313cbb7479bba600244d9;hp=0000000000000000000000000000000000000000;hpb=4fc1f6bc4b9b18d30eaf4df931494404bde8f73f;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"}}