mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add nbgrp/env-bundle 1.0 (#1177)
This commit is contained in:
committed by
GitHub
parent
c2b23e130b
commit
3086d64f39
8
nbgrp/env-bundle/1.0/config/packages/nbgroup_env.yaml
Normal file
8
nbgrp/env-bundle/1.0/config/packages/nbgroup_env.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# See https://github.com/nbgrp/env-bundle#readme for detailed configuration
|
||||
nbgroup_env:
|
||||
array_cast: false # "true" to enable Array Cast processor
|
||||
csv: false # set delimiters mapping to enable CSV processor (see below)
|
||||
|
||||
# csv: # enable CSV processor
|
||||
# dot: '.' # "csv-dot:FOO" will parse env FOO into array with "." as a separator
|
||||
# colon: ':' # "csv-colon:FOO" will parse env FOO into array with ":" as a separator
|
||||
8
nbgrp/env-bundle/1.0/manifest.json
Normal file
8
nbgrp/env-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"NbGroup\\Symfony\\NbgroupEnvBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user