Skip to content

Commit

Permalink
fix: missing FLAG_AUTH_ENABLED in docker-compose.yaml (#2752)
Browse files Browse the repository at this point in the history
While trying to run locally as per documentation, it defaulted to Sign
In form even if FLAG_AUTH_ENABLED was set in ENV.

## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is: 
- [ ] I added observability, otherwise the reason is:
- [ ] I added analytics, otherwise the reason is:
  • Loading branch information
marcodeltongo authored Sep 23, 2024
1 parent 28d25c8 commit 912ed4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
- SERVER_PORT=${SERVER_PORT}
- CSP_REPORT_ONLY=true
- NANGO_SERVER_URL=${NANGO_SERVER_URL:-http://localhost:3003}
- FLAG_AUTH_ENABLED=${FLAG_AUTH_ENABLED}
- NANGO_DASHBOARD_USERNAME=${NANGO_DASHBOARD_USERNAME}
- NANGO_DASHBOARD_PASSWORD=${NANGO_DASHBOARD_PASSWORD}
- LOG_LEVEL=${LOG_LEVEL:-info}
Expand Down

0 comments on commit 912ed4d

Please sign in to comment.