mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"bundles": {
|
|
"Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"NZO_ENCRYPTOR_SECRET": "change_me",
|
|
"NZO_ENCRYPTOR_IV": "change_me"
|
|
}
|
|
}
|