# `Condukt.Secrets.Providers.Static`
[🔗](https://github.com/tuist/condukt/blob/0.16.5/lib/condukt/secrets/providers/static.ex#L1)

Loads a plaintext value from trusted application configuration.

Prefer a real secret manager for production. This provider is useful in
tests, local notebooks, and places where the caller already fetched the
secret through another trusted path.

    secrets: [
      API_TOKEN: {:static, token}
    ]

---

*Consult [api-reference.md](api-reference.md) for complete listing*
