From 8e925ceacd1f134e9807261ea4ceea6d4754ad57 Mon Sep 17 00:00:00 2001 From: Christopher Lepski Date: Tue, 17 Sep 2024 16:44:04 +0200 Subject: [PATCH] chore: Revert changes --- compas/.env | 2 +- integration-testing/include/general-config.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compas/.env b/compas/.env index e7691e1..9a89d28 100644 --- a/compas/.env +++ b/compas/.env @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -COMPAS_HOSTNAME=compas_reverse-proxy_1 +COMPAS_HOSTNAME=127.0.0.1 CONFIGURATION_LOCATION=/nginx.conf BACKDOOR_PORT=8000 BACKDOOR_PATH=next diff --git a/integration-testing/include/general-config.robot b/integration-testing/include/general-config.robot index e68ff11..53e3161 100644 --- a/integration-testing/include/general-config.robot +++ b/integration-testing/include/general-config.robot @@ -16,7 +16,7 @@ ${headless} true ${devtools} false ${browser} %{BROWSER=firefox} -${url} http://127.0.0.1/ +${url} http://localhost/ ${username} scl-data-editor ${password} editor