diff options
| author | Adam Malczewski <[email protected]> | 2026-05-23 03:54:07 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-23 03:54:07 +0900 |
| commit | b3815d221f988190503a0f414024beb579727d91 (patch) | |
| tree | 2474363ca70f22908404e9f78198e7de09997de4 /bin/test | |
| parent | f3120565f44bdabab73bf1c83e71f9998f629efc (diff) | |
| download | firecrawl-dokploy-main.tar.gz firecrawl-dokploy-main.zip | |
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
