We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45af563 commit f850e65Copy full SHA for f850e65
apps/sim/.env.example
@@ -5,7 +5,10 @@ DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
5
BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate, or visit https://www.better-auth.com/docs/installation
6
BETTER_AUTH_URL=http://localhost:3000
7
8
-## Security (Required)
+# NextJS (Required)
9
+NEXT_PUBLIC_APP_URL=http://localhost:3000
10
+
11
+# Security (Required)
12
ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate
13
14
# Email Provider (Optional)
0 commit comments