app/config/parameters.ini
changeset 13 ed54c98a7fc8
parent 0 7f95f8617b0b
--- a/app/config/parameters.ini	Wed Oct 19 14:33:40 2011 +0200
+++ b/app/config/parameters.ini	Wed Oct 19 15:05:09 2011 +0200
@@ -2,12 +2,12 @@
 ; by enclosing the key with % (like %database_user%)
 ; Comments start with ';', as in php.ini
 [parameters]
-    database_driver   = pdo_pgsql
+    database_driver   = pdo_mysql
     database_host     = localhost
     database_port     =
     database_name     = hdabo_sf
-    database_user     = iri
-    database_password = iri
+    database_user     = root
+    database_password = admin
 
     mailer_transport  = smtp
     mailer_host       = localhost
@@ -16,4 +16,4 @@
 
     locale            = en
 
-    secret            = b75610e14e21c61010093c9704754d22577
+    secret            = ThisTokenIsNotSoSecretChangeIt
\ No newline at end of file