11 lines
293 B
YAML
11 lines
293 B
YAML
# You can find more information about this file on the symfony website:
|
|
# http://www.symfony-project.org/reference/1_4/en/07-Databases
|
|
|
|
all:
|
|
doctrine:
|
|
class: sfDoctrineDatabase
|
|
param:
|
|
dsn: mysql:host=localhost;dbname=ProActiveEnglish
|
|
username: root
|
|
password:
|