瀏覽代碼

Mise a jour des paramètres pour travail en dev

Bastien Sevajol 12 年之前
父節點
當前提交
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
 ; by enclosing the key with % (like %database_user%)
2
 ; by enclosing the key with % (like %database_user%)
3
 ; Comments start with ';', as in php.ini
3
 ; Comments start with ';', as in php.ini
4
 [parameters]
4
 [parameters]
5
-    database_driver="pdo_pgsql"
5
+    database_driver="pdo_mysql"
6
     database_host="localhost"
6
     database_host="localhost"
7
-    database_port="5432"
7
+    database_port="3306"
8
     database_name="muzich"
8
     database_name="muzich"
9
     database_user="muzich"
9
     database_user="muzich"
10
-    database_password="toto"
10
+    database_password="muzich"
11
     mailer_transport="smtp"
11
     mailer_transport="smtp"
12
     mailer_host="localhost"
12
     mailer_host="localhost"
13
     mailer_user=""
13
     mailer_user=""

+ 12 - 15
app/config/parameters.ini~ 查看文件

2
 ; by enclosing the key with % (like %database_user%)
2
 ; by enclosing the key with % (like %database_user%)
3
 ; Comments start with ';', as in php.ini
3
 ; Comments start with ';', as in php.ini
4
 [parameters]
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***"