File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -644,10 +644,6 @@ their values by running:
644644 # run this command to show all the details for a specific env var:
645645 $ php bin/console debug:container --env-var=FOO
646646
647- .. versionadded :: 4.3
648-
649- The option to debug environment variables was introduced in Symfony 4.3.
650-
651647 .. _configuration-accessing-parameters :
652648
653649Accessing Configuration Parameters
Original file line number Diff line number Diff line change 44How to Keep Sensitive Information Secret
55========================================
66
7- .. versionadded :: 4.4
8-
9- The Secrets management was introduced in Symfony 4.4.
10-
117:ref: `Environment variables <config-env-vars >` are the best way to store configuration
128that depends on where the application is run - for example, some API key that
139might be set to one value while developing locally and another value on production.
You can’t perform that action at this time.
0 commit comments