Mercurial > hg > orthanc
changeset 158:00604c758004
default http port
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 26 Oct 2012 14:15:32 +0200 |
parents | a63fb54819d7 |
children | c08fbad40ddd |
files | OrthancServer/main.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/main.cpp Fri Oct 26 14:05:29 2012 +0200 +++ b/OrthancServer/main.cpp Fri Oct 26 14:15:32 2012 +0200 @@ -218,7 +218,7 @@ // HTTP server MongooseServer httpServer; - httpServer.SetPortNumber(GetGlobalIntegerParameter("HttpPort", 8000)); + httpServer.SetPortNumber(GetGlobalIntegerParameter("HttpPort", 8042)); httpServer.SetRemoteAccessAllowed(GetGlobalBoolParameter("RemoteAccessAllowed", false)); httpServer.SetAuthenticationEnabled(GetGlobalBoolParameter("AuthenticationEnabled", false));