Skip to content

Commit 929fac7

Browse files
committed
add missing "secrets" key
1 parent ce07ec0 commit 929fac7

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)