Skip to content

Commit 93b8394

Browse files
author
Joonas Hiltunen
committed
Use correct base url for Cypress
1 parent 960e6b6 commit 93b8394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: cypress
66
restart: unless-stopped
77
environment:
8-
CYPRESS_BASE_URL: http://jore4-proxy:80
8+
CYPRESS_BASE_URL: https://e2e.local.jore.hsldev.com:443
99
CYPRESS_DISABLE_MAP_TILES: 'true'
1010
HASURA_API_URL: http://jore4-hasura:8080/v1/graphql
1111
POSTGRES_HOST: jore4-testdb

0 commit comments

Comments
 (0)