diff --git a/manojx/encrypter-bundle/1.0/config/packages/encrypter.yaml b/manojx/encrypter-bundle/1.0/config/packages/encrypter.yaml new file mode 100644 index 00000000..2871b38c --- /dev/null +++ b/manojx/encrypter-bundle/1.0/config/packages/encrypter.yaml @@ -0,0 +1,2 @@ +encrypter: + secret: '%env(ENCRYPTER_SECRET)%' diff --git a/manojx/encrypter-bundle/1.0/manifest.json b/manojx/encrypter-bundle/1.0/manifest.json new file mode 100644 index 00000000..55b806ab --- /dev/null +++ b/manojx/encrypter-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "ManojX\\EncrypterBundle\\EncrypterBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "ENCRYPTER_SECRET": "your_secret_key_here" + } +}