> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/admin-v1.0.0/development/env-variables.md).

# Env Variables

Use a prefix `NEXT_PUBLIC_`

```properties
## Version
NEXT_PUBLIC_VERSION=v1.0.0

## Public URL
NEXT_PUBLIC_PATH=
NEXT_PUBLIC_BASE_NAME=
NEXT_PUBLIC_API_HOST=

## Supabase
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=

```

For more check here: <https://nextjs.org/docs/api-reference/next.config.js/environment-variables>&#x20;
