Skip to content

Instantly share code, notes, and snippets.

@oliyoung
Created February 27, 2013 01:41
Show Gist options
  • Save oliyoung/5044175 to your computer and use it in GitHub Desktop.
Save oliyoung/5044175 to your computer and use it in GitHub Desktop.
; These parameters can be imported into other config files
; by enclosing the key with % (like %database_user%)
; Comments start with ';', as in php.ini
[parameters]
database_driver = pdo_mysql
database_host = 127.0.0.1
database_port =
database_name = puntclub_v3
database_user = root
database_password =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment