Help Center

Configuration

Typed configuration, secrets and feature flags for your own applications, per environment.

Included with Smoo Config, Smoo Platform BundleSee plans

Smoo Config stores your application configuration against a schema, one set of values per environment, and serves it to your apps through an SDK.

There are three tiers: public values your client can read, secrets only your server can, and feature flags.

How to

  1. 1

    Define a schema for the keys your app needs.

  2. 2

    Set values per environment.

  3. 3

    Read them from your app with the SDK for your language.

If something goes wrong

Your app reads a stale value.
Configuration is usually cached at process start. Restart the app after changing a value.

Related