Runtime configuration
Read values from Natif config files without shipping them in your JavaScript Bundle.
Capgo Env lets you store secrets and per-build configuration inside capacitor.config.* and resolve them at runtime through a simple API.
Runtime configuration
Read values from Natif config files without shipping them in your JavaScript Bundle.
Per build overrides
Créer multiple Application flavors or tenants by providing different config files.
Typesafe access
Fetch keys with TypeScript Support and centralize fallback logic.
Secure by default
Keep Clés API and secrets out of Git while still shipping them with Natif binaries.
Follow the Commencer Guide to declare keys in your Capacitor config and fetch them safely across platforms.