You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer (or first boot) should create gateway.env with every supported provider's API key variable already present and empty, so the only thing a user has to do is open the file and paste their keys.
Details
From the #cppa-wg21-org design discussion on 2026-09-09:
Today the gateway loads a single config-sibling gateway.env at boot (crates/gateway/src/env_file.rs) and the Secrets view edits it.
Summary
The installer (or first boot) should create
gateway.envwith every supported provider's API key variable already present and empty, so the only thing a user has to do is open the file and paste their keys.Details
From the #cppa-wg21-org design discussion on 2026-09-09:
gateway.envat boot (crates/gateway/src/env_file.rs) and the Secrets view edits it.Related