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