You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.env 549B

123456789101112
  1. # This file defines all environment variables that the application needs.
  2. # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE.
  3. # Use ".env.local" for local overrides during development.
  4. # Use real environment variables when deploying to production.
  5. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  6. ###> symfony/framework-bundle ###
  7. APP_ENV=dev
  8. APP_SECRET=ad33d4d8b44231f5233cd8dfd8f355bc
  9. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  10. #TRUSTED_HOSTS=localhost,example.com
  11. ###< symfony/framework-bundle ###