Let default connection string tcp://guest:guest@localhost:5672

This commit is contained in:
wajdi
2020-05-27 00:42:19 +03:00
parent 8b1b30197d
commit b7ecfd6012

View File

@@ -6,6 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@127.0.0.1:5672"
"JURRY_RABBIT_MQ_DSN": "tcp://guest:guest@localhost:5672"
}
}