Skip to content

Commit b3ca9e5

Browse files
author
Anders
authored
change test env urls: developerpanel --> console (#481)
1 parent b8fa84b commit b3ca9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tests-e2e/.env.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DEVELOPERPANEL_API_URL=https://developerpanel.cloud.corbado-staging.io
1+
DEVELOPERPANEL_API_URL=https://console.cloud.corbado-staging.io
22
BACKEND_API_URL=https://backendapi.cloud.corbado-staging.io
33
FRONTEND_API_URL_SUFFIX=frontendapi.cloud.corbado-staging.io

packages/tests-e2e/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# save to .env.local
22
PLAYWRIGHT_TEST_URL=http://localhost:3000
3-
DEVELOPERPANEL_API_URL=https://developerpanel.cloud.corbado-staging.io
3+
DEVELOPERPANEL_API_URL=https://console.cloud.corbado-staging.io
44
BACKEND_API_URL=https://backendapi.cloud.corbado-staging.io
55
FRONTEND_API_URL_SUFFIX=
66
PLAYWRIGHT_JWT_TOKEN=

0 commit comments

Comments
 (0)