Skip to content

Commit

Permalink
Merge pull request #926 from j0k3r/symfony-5.4.10
Browse files Browse the repository at this point in the history
Symfony 5.4.10
  • Loading branch information
j0k3r authored Jun 27, 2022
2 parents 9a10bd0 + 00a1dfe commit 4760501
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 164 deletions.
13 changes: 13 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# https://symfony.com/doc/current/configuration/secrets.html
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration

# minute interval before defining the status as non fresh because it might be a problem
# (the queue is full, workers are dead, redis is dead, rabbitmq is dead, etc.)
STATUS_MINUTE_INTERVAL_BEFORE_ALERT=120
Expand Down
Loading

0 comments on commit 4760501

Please sign in to comment.