Guest User

Untitled

a guest
Aug 29th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. all:
  2. # Connexion par défaut
  3. doctrine:
  4. # [...]
  5. param:
  6. dsn: mysql:dbname=dbname;host=locahost
  7. username: user
  8. password: pass
  9.  
  10. # Connexion sur une seconde base de données
  11. seconde_base:
  12. # [...]
  13. param:
  14. dsn: mysql:dbname=dbname_second;host=localhost
  15. username: user2
  16. password: pass2
Add Comment
Please, Sign In to add comment