Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.80 KB | None | 0 0
  1. # This file is a "template" of what your parameters.yml file should look like
  2. # Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
  3. # http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  4. parameters:
  5.     database_host:    mysql
  6.     database_port:    3306
  7.     database_name:    symfony
  8.     database_user:    root
  9.     database_password:
  10.    # You should uncomment this if you want use pdo_sqlite
  11.     # database_path: "%kernel.root_dir%/data.db3"
  12.  
  13.     mailer_transport: smtp
  14.     mailer_host:      127.0.0.1
  15.     mailer_user:      ~
  16.     mailer_password:  ~
  17.  
  18.     # A secret key that's used to generate certain security-related tokens
  19.     secret:           ThisTokenIsNotSoSecretChangeIt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement