mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
upd
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
enqueue:
|
||||
transport:
|
||||
default: '%env(ENQUEUE_DSN)%'
|
||||
client: ~
|
||||
@@ -1,6 +1,5 @@
|
||||
enqueue:
|
||||
transport:
|
||||
default: 'null'
|
||||
'null': ~
|
||||
default: 'null://'
|
||||
client:
|
||||
traceable_producer: true
|
||||
|
||||
@@ -4,5 +4,8 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "null://"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user