Skip to content

Commit d0ba798

Browse files
add .env.example
1 parent d7d0cd6 commit d0ba798

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Database
2+
DATABASE_URL=postgresql://postgres:password@host:5432/database
3+
4+
# Thirdweb
5+
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=your-client-id
6+
THIRDWEB_SECRET_KEY=your-secret-key
7+
SERVER_WALLET_ADDRESS=your-server-wallet-address

.gitignore

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

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

3637
# vercel
3738
.vercel

0 commit comments

Comments
 (0)