Files
symfony-flex-recipes/nelmio/cors-bundle/1.5/manifest.json
T
2018-07-11 08:14:20 +02:00

13 lines
258 B
JSON

{
"bundles": {
"Nelmio\\CorsBundle\\NelmioCorsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CORS_ALLOW_ORIGIN": "^https?://localhost(:[0-9]+)?$"
},
"aliases": ["cors"]
}