[production] doctrine.dbname="art_relations" doctrine.host={{ mysql_host }} doctrine.user="{{ mysql_user }}" doctrine.password="{{ mysql_password }}" doctrine.driver="pdo_mysql" doctrine.proxy=true doctrine.cache.enabled=true doctrine.cache.memcached.host = {{ memcached_listen_ip }} doctrine.cache.memcached.port = {{ memcached_port }} doctrine.aux.dd.enabled=true doctrine.aux.dd.dbname="direct_delivery" doctrine.aux.dd.host="{{ mysql_host }}" doctrine.aux.dd.user="{{ mysql_user }}" doctrine.aux.dd.password="{{ mysql_password }}" doctrine.aux.dd.driver="pdo_mysql" doctrine.aux.dd.proxy=true doctrine.aux.dd.cache=true doctrine.aux.redshift.enabled=true doctrine.aux.redshift.dbname="dev" doctrine.aux.redshift.host="{{ redshift_host }}" doctrine.aux.redshift.port={{ redshift_port }} doctrine.aux.redshift.user="{{ redshift_user }}" doctrine.aux.redshift.password="{{ redshift_password }}" doctrine.aux.redshift.driver="pdo_pgsql" doctrine.aux.redshift.proxy=true doctrine.aux.redshift.cache=false doctrine.aux.redshiftAccounting.enabled=true doctrine.aux.redshiftAccounting.dbname="dev" doctrine.aux.redshiftAccounting.host="{{ redshift_host }}" doctrine.aux.redshiftAccounting.port={{ redshift_port }} doctrine.aux.redshiftAccounting.user="{{ redshift_user }}" doctrine.aux.redshiftAccounting.password="{{ redshift_password }}" doctrine.aux.redshiftAccounting.driver="pdo_pgsql" doctrine.aux.redshiftAccounting.proxy=true doctrine.aux.redshiftAccounting.cache=false doctrine.aux.publishing.enabled=true doctrine.aux.publishing.dbname="publishing" doctrine.aux.publishing.host={{ mysql_host }} doctrine.aux.publishing.user="{{ mysql_user }}" doctrine.aux.publishing.password="{{ mysql_password }}" doctrine.aux.publishing.driver="pdo_mysql" doctrine.aux.publishing.proxy=true doctrine.aux.publishing.cache=true doctrine.aux.rc.enabled=true doctrine.aux.rc.dbname="royalty_collections" doctrine.aux.rc.host={{ mysql_host }} doctrine.aux.rc.user="{{ mysql_user }}" doctrine.aux.rc.password="{{ mysql_password }}" doctrine.aux.rc.driver="pdo_mysql" doctrine.aux.rc.proxy=true doctrine.aux.rc.cache=true doctrine.aux.etlLogging.enabled=true doctrine.aux.etlLogging.dbname="LogETL" doctrine.aux.etlLogging.host="192.168.31.138" doctrine.aux.etlLogging.user="{{ mysql_user }}" doctrine.aux.etlLogging.password="{{ mysql_password }}" doctrine.aux.etlLogging.driver="pdo_mysql" doctrine.aux.etlLogging.proxy=true doctrine.aux.etlLogging.cache=true [production_cli : production] [development : production] ; art_relations doctrine settings doctrine.host="{{ mysql_host }}" doctrine.user="{{ mysql_user }}" doctrine.password="{{ mysql_password }}" doctrine.proxy=true doctrine.cache.enabled=false ; direct_delivery doctrine settings doctrine.aux.dd.host="{{ mysql_host }}" doctrine.aux.dd.user="{{ mysql_user }}" doctrine.aux.dd.password="{{ mysql_password }}" doctrine.aux.dd.proxy=true doctrine.aux.dd.cache=false ; publishing settings doctrine.aux.publishing.host="{{ mysql_host }}" doctrine.aux.publishing.user="{{ mysql_user }}" doctrine.aux.publishing.password="{{ mysql_password }}" [testing : development] doctrine.cache.enabled=false doctrine.cache.memcached.host = {{ memcached_listen_ip }} doctrine.cache.memcached.port = {{ memcached_port }}