summaryrefslogtreecommitdiffhomepage
path: root/bin/test
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-05-23 03:54:07 +0900
committerAdam Malczewski <[email protected]>2026-05-23 03:54:07 +0900
commitb3815d221f988190503a0f414024beb579727d91 (patch)
tree2474363ca70f22908404e9f78198e7de09997de4 /bin/test
parentf3120565f44bdabab73bf1c83e71f9998f629efc (diff)
downloadfirecrawl-dokploy-main.tar.gz
firecrawl-dokploy-main.zip
bind API to 0.0.0.0:31329 for direct Tailscale access, fix prod_secrets promptsHEADmain
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test b/bin/test
index c7e9db8..a7ce525 100755
--- a/bin/test
+++ b/bin/test
@@ -10,14 +10,14 @@ export GPG_TTY=$(tty)
# such as an AI agent.
#
# Usage:
-# bin/test # local dev — hits http://127.0.0.1:3002
+# bin/test # local dev — hits http://127.0.0.1:31329
# bin/test https://my.host # remote — hits the given base URL
#
# The API key is read from gopass at projects/firecrawl-dokploy/dev/api_key
# (override by exporting TEST_API_KEY before running).
# ----------------------------------------------------------------------------
-BASE_URL="${1:-http://127.0.0.1:3002}"
+BASE_URL="${1:-http://127.0.0.1:31329}"
BASE_URL="${BASE_URL%/}"
if [ -z "${TEST_API_KEY:-}" ]; then