Skip to content

Commit 3ac5cea

Browse files
committed
suggest 0.0.0.0 in docs
1 parent 92b0174 commit 3ac5cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/servers/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl ConversionWebhookServer {
137137
/// ];
138138
///
139139
/// let options = ConversionWebhookOptions {
140-
/// socket_addr: format!("127.0.0.1:{CONVERSION_WEBHOOK_HTTPS_PORT}")
140+
/// socket_addr: format!("0.0.0.0:{CONVERSION_WEBHOOK_HTTPS_PORT}")
141141
/// .parse()
142142
/// .expect("static address is always valid"),
143143
/// field_manager: OPERATOR_NAME.to_owned(),

0 commit comments

Comments
 (0)