8000 Deprecate the special SYMFONY__ environment variables by javiereguiluz · Pull Request #21889 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Deprecate the special SYMFONY__ environment variables #21889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Define a default value for REDIS_HOST parameter
  • Loading branch information
javiereguiluz committed Mar 20, 2017
commit d9e2375f37d9c6888a07c4301cc65bb4d92d04b5
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
imports:
- { resource: ../config/default.yml }

parameters:
env(REDIS_HOST): 'localhost'

framework:
cache:
app: cache.adapter.redis
Expand Down
0