mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
13 lines
258 B
JSON
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"]
|
|
}
|