-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
Updated the Papercut.Service.json with the following:
{
"HttpBaseAddress": 172.23.197.6,
"HttpPort": 8080,
"IP": 172.23.197.6,
"Port": 25,
"MessagePath": "%BaseDirectory%\Incoming",
"LoggingPath": "%DataDirectory%\Logs;%BaseDirectory%\Logs",
"AllowedHosts": "*",
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}
}
However the service still defaults to "Any" with port 25 and WebUI as localhost:5000
What am I doing wrong with the Papercut.Service.json file that it isn't picking up the changes?
ersoy-hasan and quadrant2005
Metadata
Metadata
Assignees
Labels
No labels