docs: name every port source the advertised URL falls back through

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V2vNYVA1Jc9rrfqCPN6eKg
This commit is contained in:
Ruben Fiszel
2026-08-27 07:09:52 +00:00
co-authored by Claude Opus 5
parent ad7b3c4928
commit 9367809454
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
4488cd7d3c31d6ebc6d06d5cab06daac16362ec5
17bb4b0452bf0aedbfc3df0c352f6f680027030e
+1 -1
View File
@@ -577,7 +577,7 @@ fn print_help() {
" PORT = {} HTTP port (server/indexer/MCP modes)",
DEFAULT_PORT
);
println!(" INDEXER_ADVERTISED_URL = http://host:port Base URL other instances forward search requests to (indexer mode); defaults to http://$HOSTNAME:$PORT");
println!(" INDEXER_ADVERTISED_URL = http://host:port Base URL other instances forward search requests to (indexer mode); defaults to http://$HOSTNAME: plus PORT, BACKEND_PORT, or the default above");
println!(
" SERVER_BIND_ADDR = <mode dependent> IP to bind to (server: {}, worker: {})",
DEFAULT_SERVER_BIND_ADDR, DEFAULT_WORKER_BIND_ADDR