Add vendor prefix to env variable

This commit is contained in:
wajdi
2020-05-27 00:36:04 +03:00
parent eced14d9af
commit 8b1b30197d
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
amqp_handler:
connection: '%env(RABBIT_MQ_DSN)%'
connection: '%env(JURRY_RABBIT_MQ_DSN)%'
queues_properties:
sync_queue:
name: stores_sync
+1 -1
View File
@@ -6,6 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
}
}