Skip to content

Commit 9611f07

Browse files
committed
minor symfony#13276 add missing "secrets" key (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- add missing "secrets" key fixes symfony#12996 Commits ------- 929fac7 add missing "secrets" key
2 parents be912f5 + 929fac7 commit 9611f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/secrets.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you stored a ``DATABASE_PASSWORD`` secret, you can reference by:
115115
# config/packages/doctrine.yaml
116116
doctrine:
117117
dbal:
118-
password: '%env(DATABASE_PASSWORD)%'
118+
password: '%env(secret:DATABASE_PASSWORD)%'
119119
# ...
120120
# ...
121121

0 commit comments

Comments
 (0)