We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91728a8 commit 8e925ceCopy full SHA for 8e925ce
compas/.env
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-COMPAS_HOSTNAME=compas_reverse-proxy_1
+COMPAS_HOSTNAME=127.0.0.1
6
CONFIGURATION_LOCATION=/nginx.conf
7
BACKDOOR_PORT=8000
8
BACKDOOR_PATH=next
integration-testing/include/general-config.robot
@@ -16,7 +16,7 @@ ${headless} true
16
${devtools} false
17
18
${browser} %{BROWSER=firefox}
19
-${url} http://127.0.0.1/
+${url} http://localhost/
20
${username} scl-data-editor
21
${password} editor
22
0 commit comments