Use new port for defaults

This commit is contained in:
rijkvanzanten
2020-08-03 18:02:40 -04:00
parent 591071d172
commit ad77499d8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
####################################################################################################
# General
PORT=3000
PORT=41201
PUBLIC_URL="http://localhost:3000"
####################################################################################################

View File

@@ -16,7 +16,7 @@ const liquidEngine = new Liquid({
const defaults = {
general: {
PORT: 3000,
PORT: 41201,
PUBLIC_URL: '/',
},
storage: {