Skip to content

Commit

Permalink
feat: add .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBulanek authored Dec 2, 2024
1 parent 667a284 commit e67d061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
API_URL=http://localhost:4000/
SCHEMA_API_URL='http://localhost:4000/docs/json?showHidden=true'

NEXT_PUBLIC_USERCONTENT_SITE_URL='http://localhost:5173/'
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ yarn-debug.log*
yarn-error.log*

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

# vercel
.vercel
Expand Down

0 comments on commit e67d061

Please sign in to comment.