⚙️ Config

集中化配置管理

Config 存储用户级 JSON 配置条目,并暴露 v0 和 v1 HTTP API。

Config

核心功能

读取和更新配置 map,而无需为应用额外构建配置服务。

用户配置

使用 GET /v1/configPATCH /v1/config 管理认证用户的配置。

Entries Map

将配置存储为 JSON entries,包括字符串、数字、布尔值和嵌套对象。

Legacy v0 配置

需要时可管理带有 identries 字段的 v0 配置文档。

Quick start

快速开始

使用 API 在几秒内开始使用 Config。

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}'
Use cases

常见用例

微服务编排

Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.

数据管道自动化

Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.

事件驱动架构

Build and deploy with Config on HolaCloud's enterprise platform, designed for security, reliability, and scale.

后端 API 开发

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.

评论

发表评论