summaryrefslogtreecommitdiffhomepage
path: root/bin/test
diff options
context:
space:
mode:
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