We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afce8e commit 2e77655Copy full SHA for 2e77655
protected/install/config.ini.template
@@ -4,7 +4,7 @@
4
db.adapter=PDO_MYSQL
5
db.host=[:mysql_host]
6
db.username=[:mysql_username]
7
-db.password=[:mysql_password]
+db.password="[:mysql_password]"
8
db.dbname=[:mysql_database]
9
10
;Security
0 commit comments