From f66bed59a8184c00fcc08096e3180e5313546840 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Wed, 30 Mar 2022 15:12:56 -0600 Subject: [PATCH] revert bad config changes --- app-config.json | 4 ++-- webapp/cypress.json | 2 +- webapp/cypress/config.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-config.json b/app-config.json index ca6d016b5..60ca2a134 100644 --- a/app-config.json +++ b/app-config.json @@ -1,6 +1,6 @@ { - "serverRoot": "http://localhost:8000", - "port": 8000, + "serverRoot": "http://localhost:8088", + "port": 8088, "dbtype": "sqlite3", "dbconfig": "./focalboard.db", "useSSL": false, diff --git a/webapp/cypress.json b/webapp/cypress.json index 51d0402c2..538f7b0d2 100644 --- a/webapp/cypress.json +++ b/webapp/cypress.json @@ -1,6 +1,6 @@ { "chromeWebSecurity": false, - "baseUrl": "http://localhost:8000", + "baseUrl": "http://localhost:8088", "testFiles": [ "**/login*.ts", "**/create*.ts", diff --git a/webapp/cypress/config.json b/webapp/cypress/config.json index a9d50ec01..db2a01f1d 100644 --- a/webapp/cypress/config.json +++ b/webapp/cypress/config.json @@ -1,6 +1,6 @@ { - "serverRoot": "http://localhost:8000", - "port": 8000, + "serverRoot": "http://localhost:8088", + "port": 8088, "dbtype": "sqlite3", "dbconfig": "file::memory:?cache=shared&_busy_timeout=5000", "useSSL": false,