mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipe for mmoreram/gearman-bundle 4.1+
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
doctrine_cache:
|
||||
providers:
|
||||
gearman_cache:
|
||||
type: file_system
|
||||
namespace: doctrine_cache.ns.gearman
|
||||
|
||||
# For full configuration reference please see:
|
||||
# http://gearmanbundle.readthedocs.io/en/latest/configuration.html
|
||||
#
|
||||
# At least you need to provide `resources` or `bundles` configuration in order for your
|
||||
# worker annotations to be disoverable.
|
||||
gearman:
|
||||
servers:
|
||||
localhost:
|
||||
host: 127.0.0.1
|
||||
port: 4730
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Mmoreram\\GearmanBundle\\GearmanBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user