Skip to content

Unable to change WebUI Port from 5000 to 8080 #285

@peishengw

Description

@peishengw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions