Update appsettings.json

This commit is contained in:
anjoy8 2023-11-26 22:22:23 +08:00
parent 7a07b85b80
commit e4eb46a644

View File

@ -24,9 +24,9 @@
},
"RabbitMQ": {
"Enabled": true,
"Connection": "101.35.125.157",
"UserName": "admin",
"Password": "admin",
"Connection": "101xxxx57",
"UserName": "xxxx",
"Password": "xxxxx",
"Port": "5672",
"RetryCount": 2
},