Skip to content

Commit

Permalink
Turn on dev mode for freva-nextgen.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Aug 12, 2024
1 parent 896668f commit 27c0626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runrest:
echo $$JSON_STRING|base64 > .data-portal-cluster-config.json
$$(which python) -m data_portal_worker -c .data-portal-cluster-config.json > rest.log 2>&1 &
python docker/config/dev-utils.py oidc http://localhost:8080/realms/freva/.well-known/openid-configuration
$$(which python) -m freva_rest.cli -p 7777 --cert-dir ./docker/config/certs --debug >> rest.log 2>&1 &
$$(which python) -m freva_rest.cli -p 7777 --cert-dir ./docker/config/certs --debug --dev >> rest.log 2>&1 &
@echo "To watch the freva-rest logs, run 'tail -f rest.log'"

runfrontend:
Expand Down

0 comments on commit 27c0626

Please sign in to comment.