mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
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:
co-authored by
Claude Opus 5
parent
ad7b3c4928
commit
9367809454
@@ -1 +1 @@
|
||||
4488cd7d3c31d6ebc6d06d5cab06daac16362ec5
|
||||
17bb4b0452bf0aedbfc3df0c352f6f680027030e
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user