Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

49 rader
2.4 KiB

  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 app
  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. # https://symfony.com/doc/current/configuration/secrets.html
  13. #
  14. # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
  15. # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
  16. ###> symfony/framework-bundle ###
  17. APP_ENV=dev
  18. APP_SECRET=
  19. APP_SHARE_DIR=var/share
  20. ###< symfony/framework-bundle ###
  21. ###> symfony/routing ###
  22. # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
  23. # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
  24. DEFAULT_URI=http://localhost
  25. ###< symfony/routing ###
  26. ###> doctrine/doctrine-bundle ###
  27. # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  28. # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
  29. #
  30. # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data_%kernel.environment%.db"
  31. # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
  32. # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
  33. #DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
  34. ###< doctrine/doctrine-bundle ###
  35. DATABASE_URL="mysql://db:db@db:3306/db?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
  36. APP_DOMAIN=testtimetracking.ddev.site
  37. # ── Mailer ────────────────────────────────────────────────────────────────────
  38. # Lokal (DDEV Mailpit): smtp://127.0.0.1:1025
  39. # Produktion: smtp://user:pass@smtp.deinserver.de:587
  40. MAILER_DSN=smtp://127.0.0.1:1025
  41. # Benachrichtigung bei Neuanmeldung
  42. REGISTRATION_NOTIFY_EMAIL=re@spawntree.de