From c979d95676f985bd28323301efb1f6ad56cde7e0 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 12 Jun 2025 19:32:43 -0700 Subject: [PATCH] added NEXT_PUBLIC_APP_URL to .env.example --- apps/sim/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/sim/.env.example b/apps/sim/.env.example index fc42b3b54bc..738e9760366 100644 --- a/apps/sim/.env.example +++ b/apps/sim/.env.example @@ -5,7 +5,10 @@ DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres" BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate, or visit https://www.better-auth.com/docs/installation BETTER_AUTH_URL=http://localhost:3000 -## Security (Required) +# NextJS (Required) +NEXT_PUBLIC_APP_URL=http://localhost:3000 + +# Security (Required) ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate # Email Provider (Optional)