Recipe for nuboxdevcom/maintenance-bundle

This commit is contained in:
NuBOX DevCom
2018-01-24 12:53:44 +01:00
parent 0cb5c8ea96
commit 663e2cfc82
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
ndc_maintenance:
authorized_ips:
- '127.0.0.1'
@@ -0,0 +1,11 @@
{
"bundles": {
"NDC\\MaintenanceBundle\\NDCMaintenanceBundle": ["all"]
},
"copy-from-package": {
"Resources/public": "%PUBLIC_DIR%/ndcmaintenance/"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}