There was an error while loading. Please reload this page.
1 parent ea9aa23 commit eda67e4Copy full SHA for eda67e4
docs/providers/configuration.rst
@@ -77,9 +77,9 @@ where ``examples/providers/configuration/config.yml`` is:
77
.. code-block:: ini
78
79
section:
80
- option1: {$ENV_VAR}
81
- option2: {$ENV_VAR}/path
82
- option3: {$ENV_VAR:default}
+ option1: ${ENV_VAR}
+ option2: ${ENV_VAR}/path
+ option3: ${ENV_VAR:default}
83
84
See also: :ref:`configuration-envs-interpolation`.
85
0 commit comments