FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: include .env.example · simstudioai/sim@92f22c2 · GitHub

Commit 92f22c2

Browse files
committed
docs: include .env.example
1 parent d95d3ca commit 92f22c2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

‎.env.example‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Database (Required)
2+
DATABASE_URL="postgresql://postgres:password@localhost:5432/postgres"
3+
4+
# Authentication (Required)
5+
BETTER_AUTH_SECRET=your_secret_key # Use `openssl rand -hex 32` to generate
6+
BETTER_AUTH_URL=http://localhost:3000
7+
8+
# Email Provider (Required)
9+
RESEND_API_KEY=your_resend_api_key # Get from https://resend.com
10+
11+
# GitHub OAuth (Optional)
12+
GITHUB_CLIENT_ID=your_github_client_id
13+
GITHUB_CLIENT_SECRET=your_github_client_secret
14+
15+
# App URL (Required)
16+
NEXT_PUBLIC_APP_URL=http://localhost:3000

‎.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL