From d9ef0aa6d6dfcbcbdb22bab9a623b73de87ce3a4 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Mon, 9 Mar 2015 22:04:05 +0100 Subject: [PATCH] change port in sample config --- config.json-dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json-dist b/config.json-dist index 5ba29de..3be43e4 100644 --- a/config.json-dist +++ b/config.json-dist @@ -1,7 +1,7 @@ { - "pathPhotos" : "/path/to/photos/folder", - "previewWidth" : 1920, - "previewHeight" : 1080, - "broadcastAddr" : "192.168.0.255", - "httpPort" : 3080 + "pathPhotos" : "/path/to/photos/folder", + "previewWidth" : 1920, + "previewHeight" : 1080, + "broadcastAddr" : "192.168.0.255", + "httpPort" : 80 } -- GitLab