Add endroid flusher and import

This commit is contained in:
endroid
2017-08-07 22:52:16 +00:00
parent 0c02d3ec5e
commit 46d5d97bef
5 changed files with 26 additions and 0 deletions
@@ -0,0 +1,2 @@
endroid_flusher:
step_size: 1.5
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Endroid\\Flusher\\Bundle\\FlusherBundle\\EndroidFlusherBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,3 @@
endroid_import:
time_limit: 0
memory_limit: 4096M
@@ -0,0 +1,4 @@
EndroidImportBundle:
resource: "@EndroidImportBundle/Controller/"
type: annotation
prefix: /import
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"Endroid\\Import\\Bundle\\ImportBundle\\EndroidImportBundle": ["all"],
"Endroid\\Import\\Bundle\\ImportDemoBundle\\EndroidImportDemoBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}