LerochkaKapito / extjs-bundle

Use ExtJs with Symfony 2
MIT License
21 stars 18 forks source link

What about testing? Is it good to place database configs in config.yml? #22

Closed AmsTaFFix closed 10 years ago

AmsTaFFix commented 10 years ago

in Tests/app/config/config.yml we have

        driver:   pdo_mysql
        host:     127.0.0.1
        dbname:   testing
        user:     root
        password: ~

maybe make template-file parameters.yml.dist, and manually create parameters.yml for each instance?

jamesmoey commented 10 years ago

yes good idea. Would you like to do that?

AmsTaFFix commented 10 years ago

yes, i do )