mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
added support for secret generation
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"env": {
|
||||
"APP_ENV": "dev",
|
||||
"APP_DEBUG": "1",
|
||||
"APP_SECRET": "Ju$tChang3it!"
|
||||
"APP_SECRET": "%generate(secret)%"
|
||||
},
|
||||
"makefile": [
|
||||
"cache-clear:",
|
||||
|
||||
Reference in New Issue
Block a user