chore: 更新开发和生产环境配置文件

- 更新 appsettings.Development.json 配置
- 更新 appsettings.Production.json 配置

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
MSuMshk
2026-02-02 09:11:55 +08:00
parent 6ad1e8295c
commit 5338eb5434
2 changed files with 20 additions and 0 deletions

View File

@@ -65,5 +65,15 @@
"Endpoint": "",
"Sampling": "ParentBasedAlwaysOn",
"UseConsoleExporter": true
},
"RabbitMQ": {
"Host": "49.232.6.45",
"Port": 5672,
"Username": "admin",
"Password": "msumshk112233",
"VirtualHost": "/",
"Exchange": "takeout.events",
"ExchangeType": "topic",
"PrefetchCount": 20
}
}

View File

@@ -65,5 +65,15 @@
"Endpoint": "",
"Sampling": "ParentBasedAlwaysOn",
"UseConsoleExporter": false
},
"RabbitMQ": {
"Host": "49.232.6.45",
"Port": 5672,
"Username": "admin",
"Password": "msumshk112233",
"VirtualHost": "/",
"Exchange": "takeout.events",
"ExchangeType": "topic",
"PrefetchCount": 20
}
}