# 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=prod APP_SECRET=aefe77bc7f7c4e0275029fc97bc13506 #TRUSTED_PROXIES=127.0.0.1,127.0.0.2 #TRUSTED_HOSTS='^localhost|example\.com$' ###< symfony/framework-bundle ###