Add default configuration file

This commit is contained in:
Thierry Thuon
2018-05-18 13:44:51 +02:00
parent 7325051ccb
commit f4b749cfe2
2 changed files with 13 additions and 1 deletions

View File

@@ -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: ~

View File

@@ -1,5 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"]
"lepiaf\\SapientBundle\\SapientBundle": ["all"]
}
}