mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
15 lines
469 B
JSON
15 lines
469 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|