Skip to content

Commit f850e65

Browse files
authored
fix(env): added NEXT_PUBLIC_APP_URL to .env.example (#485)
1 parent 45af563 commit f850e65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/sim/.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
55
BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate, or visit https://www.better-auth.com/docs/installation
66
BETTER_AUTH_URL=http://localhost:3000
77

8-
## Security (Required)
8+
# NextJS (Required)
9+
NEXT_PUBLIC_APP_URL=http://localhost:3000
10+
11+
# Security (Required)
912
ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate
1013

1114
# Email Provider (Optional)

0 commit comments

Comments
 (0)