.env 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # In all environments, the following files are loaded if they exist,
  2. # the latter taking precedence over the former:
  3. #
  4. # * .env contains default values for the environment variables needed by the balticrest
  5. # * .env.local uncommitted file with local overrides
  6. # * .env.$APP_ENV committed environment-specific defaults
  7. # * .env.$APP_ENV.local uncommitted environment-specific overrides
  8. #
  9. # Real environment variables win over .env files.
  10. #
  11. # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
  12. #
  13. # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
  14. # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
  15. APP_NAME=Balticrest
  16. APP_ENV=dev
  17. APP_SECRET=e79f29ec3eb3dec81b2eb100920358da
  18. APP_BASE_URL=https://balticrest.ru
  19. #TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
  20. #TRUSTED_HOSTS='^(localhost|example\.com)$'
  21. # MAILER
  22. MAILER_FROM=
  23. MAILER_PASSWORD=
  24. MAILER_HOST=
  25. MAILER_PORT=
  26. MAILER_DSN=smtp://localhost
  27. ADMIN_EMAIL=
  28. # MESSENGER
  29. MESSENGER_TRANSPORT_DSN=doctrine://default
  30. # DATABASE
  31. DATABASE_URL=
  32. # YANDEX
  33. YANDEX_MAPS_API_KEY=
  34. YANDEX_SCHEDULE_API_KEY=
  35. # ASSETS
  36. BUILD_ASSETS=true
  37. # GOOGLE ANALYTICS
  38. GA_AUTH_CONFIG=
  39. GA_VIEW_ID=
  40. GA_TRACKING_ID=
  41. GA_AD_CLIENT_ID=