Merge pull request #190

This commit is contained in:
symfony-flex-server[bot]
2017-12-13 07:45:14 +00:00
committed by GitHub
4 changed files with 35 additions and 0 deletions
@@ -0,0 +1,9 @@
dtc_queue:
default_manager: odm
record_timings: false
document_manager: default
entity_manager: default
priority_max: 255
priority_direction: desc
admin:
chartjs: 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.min.js'
@@ -0,0 +1,2 @@
dtc_queue:
resource: '@DtcQueueBundle/Resources/config/routing.yml'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Dtc\\QueueBundle\\DtcQueueBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+16
View File
@@ -0,0 +1,16 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
Please update config/packages/dtc_queue.yaml to accurately reflect your needs (odm / orm / beanstalkd / rabbit_mq etc.)
- For a full list of configuration options, see:
* https://github.com/mmucklo/DtcQueueBundle/Resources/doc/full-configuration.md
For admin, make sure the twig engine is turned on in framework.yaml
- If not, add the following to config/packages/framework.yaml:
framework:
# ...
templating:
engines: ['twig']