Guest User

Untitled

a guest
Dec 8th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $ cat app/config/parameters.ini
  2. [parameters]
  3. database_driver="pdo_mysql"
  4. database_host="localhost"
  5. database_port="3306"
  6. database_name="symfony"
  7. database_user="root"
  8. database_password="root"
  9. mailer_transport="smtp"
  10. mailer_host="localhost"
  11. mailer_user=""
  12. mailer_password=""
  13. locale="en"
Add Comment
Please, Sign In to add comment