From f4b749cfe24e30db952bca2b645a4f3f5d828cb3 Mon Sep 17 00:00:00 2001 From: Thierry Thuon Date: Fri, 18 May 2018 13:44:51 +0200 Subject: [PATCH] Add default configuration file --- lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml | 9 +++++++++ lepiaf/sapient-bundle/0.1/manifest.json | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml 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"] } }