Update env variable value

This commit is contained in:
wajdi
2020-05-26 21:30:27 +03:00
parent ebb6bd7490
commit 91c09b14e5
+1 -1
View File
@@ -6,6 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"RABBIT_MQ_DSN": "tcp://guest:guest@172.18.0.01:5672"
"RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
}
}