-
The Config Server provides centralized configuration management for all microservices in the Mazadak platform using Spring Cloud Config.
-
It exposes configuration properties from the configs repository, supports environment-specific configurations, and enables dynamic configuration updates without service restarts.
-
The Config Server is the central source of truth for application configuration across the platform.
-
You can find/update the config files of the platform at the mazada-configs repo
- Configuration available at
http://localhost:18071/{service-name}/{profile}when running locally - Actuator endpoints available for health checks and monitoring
You can run it via Docker Compose
- Spring Boot 3.5.6 (Java 21)
- Spring Cloud Config Server - Centralized Configuration Management
- Git - Configuration Storage Backend
- Netflix Eureka - Service Discovery
- Docker & Kubernetes - Deployment & Containerization
Refer to Config Server Wiki Page.