mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add default configuration file
This commit is contained in:
@@ -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: ~
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
"bundles": {
|
"bundles": {
|
||||||
"lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"]
|
"lepiaf\\SapientBundle\\SapientBundle": ["all"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user