You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/07/18 10:41:10 UTC

[incubator-streampipes] 02/02: [hotfix] Fix cypress URL

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 37bc937a0e689a707f9aebfc081a71c2eb96929a
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jul 18 12:41:00 2022 +0200

    [hotfix] Fix cypress URL
---
 ui/cypress.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/cypress.json b/ui/cypress.json
index 02563ffcb..b36abd549 100644
--- a/ui/cypress.json
+++ b/ui/cypress.json
@@ -8,7 +8,7 @@
     "runMode": 1,
     "openMode": 0
   },
-  "baseUrl": "http://localhost:8082",
+  "baseUrl": "http://localhost:80",
   "trashAssetsBeforeRuns": false,
   "videoCompression": false,
   "viewportWidth": 1920,