Files
symfony-flex-recipes-contrib/ywh.doctrine-encryption-bundle.1.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

45 lines
1.7 KiB
JSON

{
"locks": {
"ywh/doctrine-encryption-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "3c129c9082068df1aa207304589e504152afaea4"
}
}
},
"manifests": {
"ywh/doctrine-encryption-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "ywh/doctrine-encryption-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"YWH\\DoctrineEncryptionBundle\\YWHDoctrineEncryptionBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Generate a password. You can use the following command: openssl rand -base64 32",
"#2": "Generate a key using generate-defuse-key script: vendor/bin/generate-defuse-key",
"ENCRYPTION_PASSWORD": "password",
"ENCRYPTION_KEY": "defuse-key"
}
},
"files": {
"config/packages/ywh_doctrine_encryption.yaml": {
"contents": "ywh_doctrine_encryption:\n password: '%env(ENCRYPTION_PASSWORD)%'\n key: '%env(ENCRYPTION_KEY)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "ywh/doctrine-encryption-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}