Skip to content

Commit 3421b1d

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: add missing "secrets" key
2 parents 5653189 + 9611f07 commit 3421b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/secrets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you stored a ``DATABASE_PASSWORD`` secret, you can reference by:
111111
# config/packages/doctrine.yaml
112112
doctrine:
113113
dbal:
114-
password: '%env(DATABASE_PASSWORD)%'
114+
password: '%env(secret:DATABASE_PASSWORD)%'
115115
# ...
116116
# ...
117117

0 commit comments

Comments
 (0)