update env vars
This commit is contained in:
@@ -43,7 +43,7 @@ A production-ready Turborepo starter with Next.js, Expo, and self-hosted Convex
|
|||||||
#### 1. Clone & Install
|
#### 1. Clone & Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone <your-repo-url>
|
git clone https://git.gbrown.org/gib/convex-monorepo
|
||||||
cd convex-monorepo
|
cd convex-monorepo
|
||||||
bun install
|
bun install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Next Envrionment Variables
|
# Next Envrionment Variables
|
||||||
|
NODE_ENV=production
|
||||||
NETWORK=nginx-bridge
|
NETWORK=nginx-bridge
|
||||||
NEXT_CONTAINER_NAME=next-app
|
NEXT_CONTAINER_NAME=next-app
|
||||||
NEXT_DOMAIN_NAME=gbrown.org
|
NEXT_DOMAIN_NAME=gbrown.org
|
||||||
@@ -7,6 +8,13 @@ NEXT_DOMAIN_NAME=gbrown.org
|
|||||||
# network so you can just forward to the
|
# network so you can just forward to the
|
||||||
# port on the internal network.
|
# port on the internal network.
|
||||||
# NEXT_PORT=3000
|
# NEXT_PORT=3000
|
||||||
|
SENTRY_AUTH_TOKEN=
|
||||||
|
NEXT_PUBLIC_SITE_URL=https://gbrown.org
|
||||||
|
NEXT_PUBLIC_CONVEX_URL=https://api.convex.gbrown.org
|
||||||
|
NEXT_PUBLIC_PLAUSIBLE_URL=https://plausible.gbrown.org
|
||||||
|
NEXT_PUBLIC_SENTRY_DSN=
|
||||||
|
NEXT_PUBLIC_SENTRY_ORG=sentry
|
||||||
|
NEXT_PUBLIC_SENTRY_PROJECT_NAME=
|
||||||
|
|
||||||
# Convex Environment Variables
|
# Convex Environment Variables
|
||||||
BACKEND_TAG=latest
|
BACKEND_TAG=latest
|
||||||
|
|||||||
Reference in New Issue
Block a user