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": { "RabbitMQ": {
"Enabled": true, "Enabled": true,
"Connection": "101.35.125.157", "Connection": "101xxxx57",
"UserName": "admin", "UserName": "xxxx",
"Password": "admin", "Password": "xxxxx",
"Port": "5672", "Port": "5672",
"RetryCount": 2 "RetryCount": 2
}, },