Skip to content

Commit

Permalink
fix: default debug mode to true for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcquenji authored Nov 3, 2024
1 parent 796c1be commit 84127be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ OIDC_REDIRECT_URI=https://yourapp.com/OIDC/callback
# Scopes requested for OIDC (comma-separated values, e.g., 'profile,email')
OIDC_SCOPES=profile,email

DEBUG=false
# Set to false when using in production
DEBUG=true

0 comments on commit 84127be

Please sign in to comment.