Skip to content

Commit

Permalink
include local env file for development (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegraaf authored Apr 16, 2024
1 parent 3a6b8d6 commit 8149815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ out
*.key
*.pem
.env.*
!*.local
7 changes: 7 additions & 0 deletions apps/admin/.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLIENT_ID="meldingen"
CLIENT_SECRET=""
AUTH_ISSUER="http://localhost:8002/realms/meldingen"

NEXTAUTH_URL=http://localhost:3001
NEXTAUTH_SECRET=my-secret-goes-here-abc-123
REFRESH_TOKEN_URL=http://localhost:8002/realms/meldingen/protocol/openid-connect/token

0 comments on commit 8149815

Please sign in to comment.