Skip to content

Commit

Permalink
#177 | Correct config for local dev with idp
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Jul 26, 2024
1 parent 7e02505 commit bc45061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/env-templates/development.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ NEXT_PUBLIC_MEDIA_VIEWER=http://localhost:3010/media-viewer
NEXT_PUBLIC_WEB=
NEXT_PUBLIC_ENVIRONMENT=dev
NEXT_PUBLIC_WEBAPP_BASE_URL=http://localhost:6010
NEXT_PUBLIC_LOCAL_DEV_USER=<specify-avni-user-id-example-test@org>
# Specify avni user-id below if running avni-server and etl without idp
NEXT_PUBLIC_LOCAL_DEV_USER=

# Actual Service URL to be used only next JS middleware
NEXT_PUBLIC_ETL_MIDDLEWARE=http://localhost:8022
Expand Down

0 comments on commit bc45061

Please sign in to comment.