Add environment variable

This commit is contained in:
wajdi
2020-05-26 21:20:59 +03:00
parent 1c89d86bf7
commit ebb6bd7490
2 changed files with 4 additions and 1 deletions
@@ -1,5 +1,5 @@
amqp_handler:
connection: 'tcp://guest:guest@localhost:5672'
connection: '%env'
queues_properties:
sync_queue:
name: stores_sync
@@ -4,5 +4,8 @@
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"RABBIT_MQ_DSN": "tcp://guest:guest@172.18.0.01:5672"
}
}