Skip to content

Commit 24601ee

Browse files
authored
fix(docs): Clarify Desktop URL listening behavior in appsettings.json
Resolves #1875
1 parent 83f00aa commit 24601ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Rnwood.Smtp4dev/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
// For example, http://localhost:123.
3535
// Use `*` in place of hostname to listen for requests on any IP address or hostname using the specified port and protocol (for example, http://*:5000).
3636
// Separate multiple values with ;
37+
// Does not apply to Smtp4Dev Desktop - that always listens on localhost only and the port is chosen automatically.
3738
"Urls": "http://localhost:5000",
3839

3940
// Specifies the virtual path from web server root where SMTP4DEV web interface will be hosted. e.g. "/" or "/smtp4dev"
@@ -357,4 +358,4 @@
357358
}
358359

359360

360-
}
361+
}

0 commit comments

Comments
 (0)