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
this._httpServerEnabled=settingStore.GetOrSet("HttpServerEnabled",true,$"Is the Papercut Web UI Server enabled (Defaults to true)?");
63
-
this._httpBaseAddress=settingStore.GetOrSet("HttpBaseAddress",DefaultHttpBaseAddress,$"The Papercut Web UI Server listening address (Defaults to {DefaultHttpBaseAddress}).");
64
-
this._httpPort=settingStore.GetOrSet("HttpPort",DefaultHttpPort,$"The Papercut Web UI Server listening port (Defaults to {DefaultHttpPort}).");
Copy file name to clipboardExpand all lines: src/Papercut.Service/Papercut.Service.Settings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"HttpBaseAddress": "http://127.0.0.1",
3
-
"HttpBaseAddress_Description": "## The Papercut Web UI Server listening address (Defaults to http://127.0.0.1).",
3
+
"HttpBaseAddress_Description": "## The Papercut Web UI Server listening address e.g. specific hostname http://hostname (Defaults to http://127.0.0.1). If you want listen to all hostnames use http://* . Warning: This option needs administrator permission. Please be carfully with this option for security reason! ",
4
4
"HttpPort": "37408",
5
5
"HttpPort_Description": "## The Http Web UI Server listening port (Defaults to 37408). Set to 0 to disable Http Web UI Server.",
6
6
"HttpServerEnabled": "True",
@@ -29,4 +29,4 @@
29
29
"Port_Description": "## SMTP Server listening Port. Default is 25.",
30
30
"SeqEndpoint": null,
31
31
"SeqEndpoint_Description": "## Populate with a endpoint if you want to enable SEQ (https://getseq.net/) logging."
0 commit comments