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/02/17 08:21:24 UTC

[incubator-streampipes] 01/02: [hotfix] Modify cypress port

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 29d402af75bff765b37d526d1646afad2485f435
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Feb 17 09:20:52 2022 +0100

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

diff --git a/ui/cypress.json b/ui/cypress.json
index 02563ff..b36abd5 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,