Replace UI module with Next.js
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2023-12-28 21:58:08 +00:00
parent 8aeff18162
commit 616205fe73
91 changed files with 3570 additions and 722 deletions

View file

@ -0,0 +1,6 @@
# Cucumber
SELENIUM_SERVER_URL="http://10.0.1.22:4444"
# Application
# HOST_IP="" - defined in Jenkins node
APP_PORT="9092"

View file

@ -0,0 +1,6 @@
# Cucumber
SELENIUM_SERVER_URL="http://10.2.1.4:4444"
# Application
HOST_IP="http://10.2.1.2"
APP_PORT="3000"