mailcow/data/Dockerfiles/policyd/files/tmpl/cluebringer/cluebringer-webui.conf
zekeriya 9b43974c96 [Policyd] Added policyd Dockerfile
[Compose] Added policyd Service
[Postfix] Added policyd for check_policy_service to main.cf
2019-03-01 10:42:11 +03:00

17 lines
408 B
Plaintext

<?php
# mysql:host=xx;dbname=yyy
# pgsql:host=xx;dbname=yyy
# sqlite:////full/unix/path/to/file.db?mode=0666
#
#$DB_DSN="sqlite:////tmp/cluebringer.sqlite";
#$DB_DSN="pgsql:host=xx;dbname=yyy";
#$DB_DSN="mysql:host=xx;dbname=yyy";
${DOLLAR}DB_DSN="${CLUEBRINGER_DB_BACKEND}:host=${CLUEBRINGER_DB_HOST};dbname=${MYSQL_DATABASE}";
${DOLLAR}DB_USER="${MYSQL_USER}";
${DOLLAR}DB_PASS="${MYSQL_PASSWORD}";
?>