From 18a44d750775a59dfc7bde0b5fb7effb6de3c782 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 15 Apr 2021 14:18:02 +0300 Subject: [PATCH] Use direct IP address --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index 6ed6dd8..eef6417 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://localhost" + APP_URL = "http://116.203.166.220" LOG_CHANNEL = "stack" -- 2.2.2