mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Fixed secret generation (#1469)
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%%generate(secret)%"
|
||||
"OKA_DOCTRINE_ENCRYPT_SECRET": "%generate(secret)%"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user