Skip to content

Commit c0860fd

Browse files
committed
chore: added .env.example
1 parent 1f85972 commit c0860fd

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

apps/api/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DISCORD_CLIENT_ID=
1818
DISCORD_CLIENT_SECRET=
1919

2020
# Redis
21-
REDIS_URL=rediss://:ASZHAAImcDJmNzBmOGJkOTBmOTc0MWU1OWFhMTIyOGU0N2VkOWYxMHAyOTc5OQ@welcome-thrush-9799.upstash.io:6379
21+
REDIS_URL=
2222

2323
# RESEND
2424
RESEND_API_KEY=

apps/web/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NEXT_PUBLIC_API_URL=http://localhost:5000
2+
NEXT_PUBLIC_APP_URL=http://localhost:3000

apps/web/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727

28-
# env files (can opt-in for commiting if needed)
29-
.env*
28+
# env files
29+
.env
3030

3131
# vercel
3232
.vercel

packages/data-sync/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Redis
2+
REDIS_URL=

packages/db/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL=

0 commit comments

Comments
 (0)