diff --git a/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml new file mode 100644 index 00000000..6c7a8293 --- /dev/null +++ b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml @@ -0,0 +1,9 @@ +sapient: + # By default, bundle does nothing without initial configuration. + # Run command sapient:configure to get initial configuration. + # See http://sapient-bundle.readthedocs.io/en/latest/installation.html + guzzle_middleware: + unseal: false + verify: false + sealing_public_keys: ~ + verifying_public_keys: ~ diff --git a/lepiaf/sapient-bundle/0.1/manifest.json b/lepiaf/sapient-bundle/0.1/manifest.json index fad55810..4a2148cc 100644 --- a/lepiaf/sapient-bundle/0.1/manifest.json +++ b/lepiaf/sapient-bundle/0.1/manifest.json @@ -1,5 +1,8 @@ { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "bundles": { - "lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"] + "lepiaf\\SapientBundle\\SapientBundle": ["all"] } }