Skip to content

Commit

Permalink
developers doc incl API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mahiki authored Aug 28, 2023
1 parent d7bf00e commit 1fa196f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ cd ./prefect
just launch

cd ./PrefectInterfaces
julia --project=. --startup-file=no --eval 'import Pkg; Pkg.test()'
PREFECT_API_URL="http://127.0.0.1:4204/api" julia --debug-info=2 --project=. \
--startup-file=no --eval 'import Pkg; Pkg.test()'

# SERVER HEALTH CHECK #
# =================== #
Active Prefect Environment: main
Expand Down

0 comments on commit 1fa196f

Please sign in to comment.