Skip to content

Commit de5ce18

Browse files
committed
Replace host with actual container's name
1 parent 0011356 commit de5ce18

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)