envs

Vendure — storefront and server

vendure/storefront · version 1

envs add vendure/storefront

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
VENDURE_SHOP_API_URL required config Your own Shop API. Self-hosted: the operator's installation is both the issuer and the destination, so there is no dashboard to link to.. where to get it
VENDURE_CHANNEL_TOKEN optional config Selects the active channel, sent as a header. Vendure's own documentation sets it from client-side fetch code, which is the basis for publishing it rather than a statement. You choose the value when creating the channel.. where to get it
COOKIE_SECRET optional secret Signs session cookies to prevent tampering. Vendure's own scaffold and its prose spell this differently, so check which your version reads.. where to get it
SUPERADMIN_USERNAME optional secret The initial administrator, from Vendure's own project scaffold. Half of a login, kept with the other.. where to get it
SUPERADMIN_PASSWORD optional secret That account's password. Change it before the installation is reachable by anyone else.. where to get it

The JSON the CLI reads