diff --git a/README.md b/README.md index 4e60d9ba85e65bdedd490b67ebc132bfe8a5f611..2d08916d79a6e536fd0333b37d5aefc0108c974a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The app also features a simple but functional web interface that will display th - Copy ```config.json-dist``` to ```config.js``` and edit it to your needs - Run ```npm install``` - Start with ```npm start``` -- Open a browser and access ```http://127.0.0.1:80``` (replace IP and port according to your configuration changes) +- Open a browser and access ```http://127.0.0.1:3000``` (replace IP and port according to your configuration changes) If your Wifi SD is on the same network as the one detected/configured, you should see that the card is found and the app is waiting for photos to be taken. diff --git a/config.json-dist b/config.json-dist index bd8a53dc6ab199b0dba19530c902edcf1cc942b3..1ad5125ed99ce36cb4737e3d317c259461dc8b54 100644 --- a/config.json-dist +++ b/config.json-dist @@ -2,6 +2,6 @@ "pathPhotos" : "/path/to/photos/folder", "previewWidth" : 1920, "previewHeight" : 1080, - "httpPort" : 80, + "httpPort" : 3000, "broadcastAddr" : "192.168.0.255" }