mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add nzo/url-encryptor-bundle (#1338)
This commit is contained in:
committed by
GitHub
parent
71d30aa799
commit
e573d85cde
@@ -0,0 +1,3 @@
|
||||
nzo_encryptor:
|
||||
secret_key: '%env(NZO_ENCRYPTOR_SECRET)%'
|
||||
secret_iv: '%env(NZO_ENCRYPTOR_IV)%'
|
||||
12
nzo/url-encryptor-bundle/6.0/manifest.json
Normal file
12
nzo/url-encryptor-bundle/6.0/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NZO_ENCRYPTOR_SECRET": "change_me",
|
||||
"NZO_ENCRYPTOR_IV": "change_me"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user