Skip to content

Commit 7222076

Browse files
authored
Replace host with actual container's name (#11)
2 parents 51d62f5 + de5ce18 commit 7222076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateService/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"MassTransit": {
33
"Transport": {
4-
"Host": "127.0.0.1",
4+
"Host": "rabbitmq",
55
"VHost": "/",
66
"Username": "guest",
77
"Password": "guest",

0 commit comments

Comments
 (0)