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:
644
644
# run this command to show all the details for a specific env var:
645
645
$ php bin/console debug:container --env-var=FOO
646
646
647
- .. versionadded :: 4.3
648
-
649
- The option to debug environment variables was introduced in Symfony 4.3.
650
-
651
647
.. _configuration-accessing-parameters :
652
648
653
649
Accessing Configuration Parameters
Original file line number Diff line number Diff line change 4
4
How to Keep Sensitive Information Secret
5
5
========================================
6
6
7
- .. versionadded :: 4.4
8
-
9
- The Secrets management was introduced in Symfony 4.4.
10
-
11
7
:ref: `Environment variables <config-env-vars >` are the best way to store configuration
12
8
that depends on where the application is run - for example, some API key that
13
9
might 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