fix(serviceconfig): Update service configuration to include dynamic MongoDB connection string and add local permissions settings

This commit is contained in:
2025-08-15 10:12:24 +00:00
parent b187000ae4
commit a86fb3bb8e
3 changed files with 28 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-08-15 - 1.17.3 - fix(serviceconfig)
Update service configuration to include dynamic MongoDB connection string and add local permissions settings
- Added .claude/settings.local.json for local permissions configuration
- Updated ServiceConfiguration to compute and update MONGODB_URL based on current config values
## 2025-08-15 - 1.17.2 - fix(ci-test-services)
Update CI/CD configurations, test settings, and Docker service for MongoDB.