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