feat: adding melodiia recipe

This commit is contained in:
Nek (Maxime Veber)
2020-08-19 15:39:17 +02:00
committed by Maxime Veber
parent d193032f36
commit 9ab59080ce
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
melodiia:
apis:
# Define as much APIs you want here
main:
# This path impacts the behavior of Melodiia. Change it if required
base_path: /api/v1

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"SwagIndustries\\Melodiia\\MelodiiaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}