Advertisement
Guest User

Untitled

a guest
May 28th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # This file is a "template" of which env vars need to be defined for your application
  2. # Copy this file to .env file for development, create environment variables when deploying to production
  3. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  4.  
  5. ###> symfony/framework-bundle ###
  6. APP_ENV=dev
  7. APP_SECRET=6048bd2ba6c0aec55ff70217afd4b552
  8. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  9. #TRUSTED_HOSTS=localhost,example.com
  10. ###< symfony/framework-bundle ###
  11.  
  12. #mailtrap.io
  13.  
  14. ###> symfony/swiftmailer-bundle ###
  15. # For Gmail as a transport, use: "gmail://username:password@localhost"
  16. # For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
  17. # Delivery is disabled by default via "null://localhost"
  18. MAILER_URL=smtp://smtp.mailtrap.io:2525?encryption=&auth_mode=cram-md5&username=2e05f6c449bd12&password=1b3a1145b837a3
  19. ###< symfony/swiftmailer-bundle ###
  20.  
  21. ###> doctrine/doctrine-bundle ###
  22. # Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  23. # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
  24. # Configure your db driver and server_version in config/packages/doctrine.yaml
  25. DATABASE_URL=mysql://arn:123@localhost/SP
  26. ###< doctrine/doctrine-bundle ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement