Skip to main content
Shipfastai reads all configuration from a .env file at the root of your product directory. Copy .env.example to .env and fill in your values before starting the application. Variables marked as required must be set or the backend will refuse to start.
These variables are prefixed with NEXT_PUBLIC_ and are bundled into the browser at build time.

Complete .env.example

The following is the full .env.example from the basic product tier. Copy it to .env and replace placeholder values with your own.
.env