Skip to content

Commit

Permalink
change in .env from jwt_token to jwt_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodecf committed Jan 27, 2024
1 parent 2b0aba0 commit 723f1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NODE_ENV=dev
PORT=3333
DATABASE_URL="postgresql://docker:docker@localhost:8080/orange-db?schema=public"
JWT_TOKEN=
JWT_SECRET=
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:

env:
DATABASE_URL: "postgresql://docker:docker@localhost:8080/orange-db?schema=public"
JWT_SECRET: "oPedroEhFeraMsmCaraEhDiferenciado"

0 comments on commit 723f1b4

Please sign in to comment.