Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.49 KB | None | 0 0
  1. propel:
  2.   database:
  3.       connections:
  4.           bookstore:
  5.               adapter: mysql
  6.               classname: Propel\Runtime\Connection\ConnectionWrapper
  7.               dsn: "mysql:host=localhost;dbname=my_db_name"
  8.               user: my_db_user
  9.               password: s3cr3t
  10.               attributes:
  11.   runtime:
  12.       defaultConnection: bookstore
  13.       connections:
  14.          - bookstore
  15.   generator:
  16.       defaultConnection: bookstore
  17.       connections:
  18.          - bookstore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement