Skip to content

Commit

Permalink
feat: add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtazzzz committed Nov 4, 2024
1 parent 737966d commit 9ed8da8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
AUTH0_SECRET=""
AUTH0_BASE_URL="http://localhost:3000/"
AUTH0_ISSUER_BASE_URL=""
AUTH0_CLIENT_ID=""
AUTH0_CLIENT_SECRET=""
AUTH0_AUDIENCE=http://localhost:8000/
API_SERVER_URL=http://localhost:8000
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
.env*
.env.local

# vercel
.vercel
Expand Down

0 comments on commit 9ed8da8

Please sign in to comment.