Browse Source

change database conf for test env to be able to do automatic tests with docker

SiM 5 years ago
parent
commit
06f3f72880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/databases.yml

+ 1 - 1
config/databases.yml

@@ -8,7 +8,7 @@ test:
   propel:
     class:          sfPropelDatabase
     param:
-      dsn:          mysql://katao:PASSWORD@HOST/katao
+      dsn:          mysql://katao:katao@db:3306/katao
 
 prod:
   propel: