You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rnwood.Smtp4dev/appsettings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
// For example, http://localhost:123.
35
35
// 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).
36
36
// Separate multiple values with ;
37
+
// Does not apply to Smtp4Dev Desktop - that always listens on localhost only and the port is chosen automatically.
37
38
"Urls": "http://localhost:5000",
38
39
39
40
// Specifies the virtual path from web server root where SMTP4DEV web interface will be hosted. e.g. "/" or "/smtp4dev"
0 commit comments