Skip to content

Commit

Permalink
chore: update env examples
Browse files Browse the repository at this point in the history
  • Loading branch information
k1eu committed Aug 8, 2024
1 parent 76817c6 commit 0962413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/common_nestjs_remix/apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ EMAIL_ADAPTER="mailhog"
DATABASE_URL="postgres://postgres:guidebook@localhost:5432/guidebook"

# JWT
JWT_SECRET=
JWT_REFRESH_SECRET=
JWT_EXPIRATION_TIME=
JWT_SECRET="secret99"
JWT_REFRESH_SECRET="secret99"
JWT_EXPIRATION_TIME=1000

# MAILS
SMTP_HOST=
Expand Down
2 changes: 1 addition & 1 deletion examples/common_nestjs_remix/apps/web/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_URL=''
VITE_API_URL='https://api.guidebook.localhost'

0 comments on commit 0962413

Please sign in to comment.