Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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=433b91b597b7ee4854b62c68fd2f5174
  19. ###< symfony/framework-bundle ###
  20. ##
  21. IMAP_PATH=
  22. IMAP_USERNAME=
  23. IMAP_STORE_ATTACHMENTS_DIR=var/imap/attachments
  24. ###> doctrine/doctrine-bundle ###
  25. # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  26. # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
  27. #
  28. # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
  29. # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
  30. # DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4"
  31. DATABASE_URL="postgresql://db_user:secret@127.0.0.1:5432/finfollow?serverVersion=11&charset=utf8"
  32. ###< doctrine/doctrine-bundle ###
  33. ###> symfony/telegram-notifier ###
  34. TELEGRAM_DSN=telegram://bot_token@default?channel=channel_id
  35. ###< symfony/telegram-notifier ###
  36. TELEGRAM_BOT_TOKEN=
  37. TELEGRAM_CHAT_ID=
  38. SECURITIES_MAP='{"RU000A1014L8":"LQDT", "RU000A107UL4":"T", "RU000A108X38":"X5"}'