Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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: 127.0.0.1
  6. database_port: ~
  7. database_name: symfony
  8. database_user: root
  9. database_password: ~
  10.  
  11. # You should uncomment this if you want use pdo_sqlite
  12. # database_path: "%kernel.root_dir%/data.db3"
  13.  
  14. perp_database_host: 127.0.0.1
  15. perp_database_port: ~
  16. perp_database_name: perpheads
  17. perp_dev_database_name: perpheads-dev
  18. perp_database_user: root
  19. perp_database_password: ~
  20.  
  21. mailer_transport: smtp
  22. mailer_host: 127.0.0.1
  23. mailer_user: ~
  24. mailer_password: ~
  25.  
  26. # A secret key that's used to generate certain security-related tokens
  27. secret: ThisTokenIsNotSoSecretChangeIt
  28.  
  29. steam_redirect: http://plpd.online/careers/steam/go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement