我正在使用Symfony2,我遇到了问题。应用程序在生产服务器中正常工作.....
localhost但不是如何让它工作。因为在parameters.ini中有什么变化,所以没有什么会继续尝试连接到服务器。我试图清理缓存不起作用。
; These parameters can be imported into other config files
; by enclosing the key with % (like %database_user%)
; Comments start with ';', as in php.ini
[parameters]
database_driver = pdo_mysql
database_host = localhost
database_port = 8889
database_name = paradasymfony_tienda
database_user = root
database_password = root
mailer_transport = smtp
mailer_host = smtp.alwaysdata.com
mailer_user = paradasymfony@alwaysdata.net
mailer_password = loksea
mailer_encryption = tls
mailer_auth_mode = login
mailer_port = 465
locale = es
secret = ThisTokenIsNotSoSecretChangeIt
问候。使用MAMP