Skip to content

Commit a4ffb80

Browse files
committed
update: envs
1 parent 0f5f63d commit a4ffb80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/auth-react-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ jobs:
4343
- flask
4444

4545
env:
46-
REACT_APP_API_PORT: 8083
46+
# Core
47+
SUPERTOKENS_CORE_PORT: 3567
48+
SUPERTOKENS_CORE_HOST: localhost
49+
# Auth-react
4750
APP_SERVER: 8083
4851
TEST_MODE: testing
49-
NODE_PORT: 8082
5052

5153
steps:
5254
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)