Files
symfony-flex-recipes/nelmio/cors-bundle/1.5/manifest.json
T

13 lines
276 B
JSON

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