【发布时间】:2017-04-26 19:49:29
【问题描述】:
我在 Symfony https://github.com/nicholasnet/QueueBundle 中使用 QueueBundle,但是我正在尝试为我的开发环境使用不同的/覆盖配置值进行连接。有没有办法做到这一点。目前我的 config.yml 看起来有点像这样。
ideasbucket_queue:
cache_handler: app.cache
default: beanstalkd
connections:
beanstalkd:
driver: beanstalkd
queue: prod
.....
我想覆盖开发环境的队列名称。我能够覆盖其他值,但没有任何内部连接。有没有办法做到这一点。我正在使用 Symfony 3.2
【问题讨论】: