mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"bundles": {
|
|
"OV\\JsonRPCAPIBundle\\OVJsonRPCAPIBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"cache:clear": "symfony-cmd"
|
|
},
|
|
"env": {
|
|
"OV_JSON_RPC_API_SWAGGER_PATH": "%PUBLIC_DIR%/openapi/",
|
|
"OV_JSON_RPC_API_BASE_URL": "http://localhost",
|
|
"OV_JSON_RPC_API_AUTH_TOKEN": ""
|
|
}
|
|
}
|