ソースを参照

Mise a jour des paramètres pour travail en dev

Bastien Sevajol 11 年 前
コミット
78f9251b7b
共有2 個のファイルを変更した15 個の追加18 個の削除を含む
  1. 3 3
      app/config/parameters.ini
  2. 12 15
      app/config/parameters.ini~

+ 3 - 3
app/config/parameters.ini ファイルの表示

@@ -2,12 +2,12 @@
2 2
 ; by enclosing the key with % (like %database_user%)
3 3
 ; Comments start with ';', as in php.ini
4 4
 [parameters]
5
-    database_driver="pdo_pgsql"
5
+    database_driver="pdo_mysql"
6 6
     database_host="localhost"
7
-    database_port="5432"
7
+    database_port="3306"
8 8
     database_name="muzich"
9 9
     database_user="muzich"
10
-    database_password="toto"
10
+    database_password="muzich"
11 11
     mailer_transport="smtp"
12 12
     mailer_host="localhost"
13 13
     mailer_user=""

+ 12 - 15
app/config/parameters.ini~ ファイルの表示

@@ -2,18 +2,15 @@
2 2
 ; by enclosing the key with % (like %database_user%)
3 3
 ; Comments start with ';', as in php.ini
4 4
 [parameters]
5
-    database_driver   = pdo_mysql
6
-    database_host     = localhost
7
-    database_port     =
8
-    database_name     = symfony
9
-    database_user     = root
10
-    database_password =
11
-
12
-    mailer_transport  = smtp
13
-    mailer_host       = localhost
14
-    mailer_user       =
15
-    mailer_password   =
16
-
17
-    locale            = en
18
-
19
-    secret            = ThisTokenIsNotSoSecretChangeIt
5
+    database_driver="pdo_mysql"
6
+    database_host="localhost"
7
+    database_port="5432"
8
+    database_name="muzich"
9
+    database_user="muzich"
10
+    database_password="toto"
11
+    mailer_transport="smtp"
12
+    mailer_host="localhost"
13
+    mailer_user=""
14
+    mailer_password=""
15
+    locale="fr"
16
+    secret="***REMOVED***"