Environment variables
This is the list of environment variables used by @front-commerce/remix package.
| Environment variable | Default value | Description |
|---|---|---|
FRONT_COMMERCE_COOKIE_MAX_AGE_IN_SECONDS | 1 day | The cookie max age in seconds. |
FRONT_COMMERCE_SERVER_TRAILING_SLASH | remove | The trailing slash behavior. Possible values are remove, add, or ignore. |
FRONT_COMMERCE_SERVER_DISABLE_TRAILING_SLASH_REDIRECT | false | Deprecated use FRONT_COMMERCE_SERVER_TRAILING_SLASH=ignore instead. Controls whether to disable trailing slash redirection. |