Skip to content

Commit 7d6df17

Browse files
authored
Update appsettings.json
1 parent 4d8915e commit 7d6df17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TemplateService/appsettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"MassTransit": {
33
"Transport": {
4-
"Host": "127.0.0.1",
4+
"Host": "rabbitmq",
55
"VHost": "/",
66
"Username": "guest",
77
"Password": "guest",
8-
"Port": 23501
8+
"Port": 5672
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)