Skip to content

Commit 33113bf

Browse files
committed
Merge branch '5.0'
* 5.0: add missing "secrets" key
2 parents a712a8f + 3421b1d commit 33113bf

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)