Add default configuration file

This commit is contained in:
Thierry Thuon
2018-05-18 13:59:21 +02:00
parent 7325051ccb
commit f4b749cfe2
2 changed files with 13 additions and 1 deletions
@@ -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: ~
+4 -1
View File
@@ -1,5 +1,8 @@
{ {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": { "bundles": {
"lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"] "lepiaf\\SapientBundle\\SapientBundle": ["all"]
} }
} }