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
|
||||
|
||||
```bash
|
||||
git clone <your-repo-url>
|
||||
git clone https://git.gbrown.org/gib/convex-monorepo
|
||||
cd convex-monorepo
|
||||
bun install
|
||||
```
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Next Envrionment Variables
|
||||
NODE_ENV=production
|
||||
NETWORK=nginx-bridge
|
||||
NEXT_CONTAINER_NAME=next-app
|
||||
NEXT_DOMAIN_NAME=gbrown.org
|
||||
@@ -7,6 +8,13 @@ NEXT_DOMAIN_NAME=gbrown.org
|
||||
# network so you can just forward to the
|
||||
# port on the internal network.
|
||||
# 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
|
||||
BACKEND_TAG=latest
|
||||
|
||||
Reference in New Issue
Block a user