Change port number to 12150

This commit is contained in:
Kris Moore
2015-12-17 13:25:56 -05:00
parent 0c943636bd
commit 5583f4d2c0

View File

@@ -13,7 +13,7 @@
#define DEBUG 0
#define PORTNUMBER 12142
#define PORTNUMBER 12150
#define APPCAFEWORKING QString("/var/tmp/appcafe/dispatch-queue.working")
@@ -172,4 +172,4 @@ void WebServer::WatcherUpdate(QString path){
if(!watcher->files().contains(path) && !watcher->directories().contains(path)){
watcher->addPath(path); //re-add it to the watcher. This happens when the file is removed/re-created instead of just overwritten
}
}
}