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