Skip to content

Commit b9efaf0

Browse files
refactor: returned the appsettings.json
1 parent efe2b8f commit b9efaf0

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

HwProj.AuthService/HwProj.AuthService.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"EventBus": {
3131
"EventBusHostName": "localhost",
32-
"EventBusUserName": "user",
33-
"EventBusPassword": "password",
32+
"EventBusUserName": "guest",
33+
"EventBusPassword": "guest",
3434
"EventBusVirtualHost": "/",
3535
"EventBusQueueName": "AuthService",
3636
"EventBusRetryCount": "5"

HwProj.CoursesService/HwProj.CoursesService.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"AllowedHosts": "*",
1212
"EventBus": {
1313
"EventBusHostName": "localhost",
14-
"EventBusUserName": "user",
15-
"EventBusPassword": "password",
14+
"EventBusUserName": "guest",
15+
"EventBusPassword": "guest",
1616
"EventBusVirtualHost": "/",
1717
"EventBusQueueName": "CoursesService",
1818
"EventBusRetryCount": "5"

HwProj.NotificationsService/HwProj.NotificationsService.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"AllowedHosts": "*",
1212
"EventBus": {
1313
"EventBusHostName": "localhost",
14-
"EventBusUserName": "user",
15-
"EventBusPassword": "password",
14+
"EventBusUserName": "guest",
15+
"EventBusPassword": "guest",
1616
"EventBusVirtualHost": "/",
1717
"EventBusQueueName": "NotificationService",
1818
"EventBusRetryCount": "5"

HwProj.SolutionsService/HwProj.SolutionsService.API/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"AllowedHosts": "*",
1212
"EventBus": {
1313
"EventBusHostName": "localhost",
14-
"EventBusUserName": "user",
15-
"EventBusPassword": "password",
14+
"EventBusUserName": "guest",
15+
"EventBusPassword": "guest",
1616
"EventBusVirtualHost": "/",
1717
"EventBusQueueName": "SolutionsService",
1818
"EventBusRetryCount": "5"

0 commit comments

Comments
 (0)