From 4c97fa4e2458cb62210ea0039eb7e130c0933210 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 15 Apr 2021 14:23:52 +0300 Subject: [PATCH] Use port 13880 for jenkins testing --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index eef6417..350bda7 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -21,7 +21,7 @@ pipeline { APP_NAME = "KEA" APP_ENV = "production" APP_DEBUG = "true" - APP_URL = "http://116.203.166.220" + APP_URL = "http://116.203.166.220:13880" LOG_CHANNEL = "stack" -- 2.2.2