Centralized configuration management
Config stores user-scoped JSON configuration entries and exposes v0 and v1 HTTP APIs.
Key features
Read and update configuration maps without adding a custom configuration service to your app.
User config
Use GET /v1/config and PATCH /v1/config for authenticated user configuration.
Entries map
Store configuration as JSON entries, including strings, numbers, booleans, and nested objects.
Legacy v0 configs
Manage v0 config documents with id and entries fields when needed.
Quick start
Get started with Config in seconds using the API.
1curl -X PATCH https://config.hola.cloud/v1/config \
2 -H 'X-Glue-Authentication: {"user":{"id":"user-123"}}' \
3 -d '{"database.url":"postgres://prod:5432/db","feature.enabled":true}'
Common use cases
Microservices orchestration
Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Data pipeline automation
Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Event-driven architectures
Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.
API backend development
Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.
Ready to get started?
Explore the documentation or launch the console to start building with Config.
Comments