Created
May 29, 2014 13:07
-
-
Save viniciusss/362e302578fd530bed6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Conexao principal | |
- name: default | |
host: 192.168.111.5 | |
user: webpdv | |
dbname: webpdv | |
password: p@lerm02156 | |
adapter: doctrine | |
driver: pdo_mysql | |
options: | |
<?php echo \Vs_Db_Abstract::QUERY_CACHE_CONFIG ?>: true | |
<?php echo \PDO::MYSQL_ATTR_INIT_COMMAND ?>: 'set @@session.sql_mode = "NO_ENGINE_SUBSTITUTION"' | |
# Conexao Replica | |
- name: replica | |
host: 192.168.111.5 | |
user: webpdv | |
dbname: webpdv | |
adapter: doctrine | |
driver: pdo_mysql | |
password: p@lerm02156 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment