Skip to content

Instantly share code, notes, and snippets.

@oliyoung
Created February 27, 2013 01:41
Show Gist options
  • Save oliyoung/5044183 to your computer and use it in GitHub Desktop.
Save oliyoung/5044183 to your computer and use it in GitHub Desktop.
pdo:
class: PDO
arguments:
dsn: "mysql:host=%database_host%;dbname=%database_name%"
user: %database_user%
password: %database_password%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment