# This file is managed by batou. DO NOT EDIT
#
# If changes are needed, send an email to support@flyingcircus.io,
# so we can update the deployment.

hosts = {{component.db.address.connect.host}}
user = {{component.db.username}}
password = {{component.db.password}}
dbname = {{component.db.database}}
query = SELECT domain FROM domain WHERE domain='%s' AND active = True
