Skip to content

Commit 8e925ce

Browse files
committed
chore: Revert changes
1 parent 91728a8 commit 8e925ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compas/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
COMPAS_HOSTNAME=compas_reverse-proxy_1
5+
COMPAS_HOSTNAME=127.0.0.1
66
CONFIGURATION_LOCATION=/nginx.conf
77
BACKDOOR_PORT=8000
88
BACKDOOR_PATH=next

integration-testing/include/general-config.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ${headless} true
1616
${devtools} false
1717

1818
${browser} %{BROWSER=firefox}
19-
${url} http://127.0.0.1/
19+
${url} http://localhost/
2020
${username} scl-data-editor
2121
${password} editor
2222

0 commit comments

Comments
 (0)