Skip to content

Commit

Permalink
Resync .env.dist backup with v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Apr 15, 2020
1 parent 940fda3 commit 518b529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CACHE_POOL=cache.tagaware.filesystem
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection
CACHE_DSN=localhost
CACHE_NAMESPACE=ezp

# eZ Platform HTTP Cache
HTTPCACHE_DEFAULT_TTL=86400
Expand Down Expand Up @@ -110,4 +111,4 @@ CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=0d30a16bfee14363b574e4b4238ea7ec
###< lexik/jwt-authentication-bundle ###
###< lexik/jwt-authentication-bundle ###

0 comments on commit 518b529

Please sign in to comment.