.env.dist 923 B

1234567891011121314151617
  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. ###> symfony/framework-bundle ###
  5. APP_ENV=dev
  6. APP_SECRET=788172377c829f5fcc6210057241d9f4
  7. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  8. #TRUSTED_HOSTS=localhost,example.com
  9. ###< symfony/framework-bundle ###
  10. ###> doctrine/doctrine-bundle ###
  11. # Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  12. # For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
  13. # Configure your db driver and server_version in config/packages/doctrine.yaml
  14. DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
  15. ###< doctrine/doctrine-bundle ###