The env vars the selected services need, de-duped by name (first declaration wins). Split with .secret into the .env secrets (the .env.temp lifecycle) vs the non-secret CONFIG (defined in platform.config.ts vars → wrangler [vars]).
.secret
.env
vars
[vars]
The env vars the selected services need, de-duped by name (first declaration wins). Split with
.secretinto the.envsecrets (the .env.temp lifecycle) vs the non-secret CONFIG (defined in platform.config.tsvars→ wrangler[vars]).