两个App都要配置 appsettings.json
1{ 2 "RabbitMQ": { 3 "Connections": { 4 "Default": { 5 "HostName": "localhost" 6 } 7 }, 8 "EventBus": { 9 "ClientName": "MsDemo_AuthServer", 10 "ExchangeName": "MsDemo" 11 } 12 }, 13 "AllowedHosts": "*" 14}
Stella981
2021-10-11
两个App都要配置 appsettings.json
1{ 2 "RabbitMQ": { 3 "Connections": { 4 "Default": { 5 "HostName": "localhost" 6 } 7 }, 8 "EventBus": { 9 "ClientName": "MsDemo_AuthServer", 10 "ExchangeName": "MsDemo" 11 } 12 }, 13 "AllowedHosts": "*" 14}