We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939b1a9 commit 2974c83Copy full SHA for 2974c83
1 file changed
.github/workflows/e2e-source-of-truth-api-tests.yaml
@@ -17,6 +17,7 @@ jobs:
17
env:
18
NODE_ENV: test
19
STACK_ENABLE_HARDCODED_PASSKEY_CHALLENGE_FOR_TESTING: yes
20
+ STACK_ACCESS_TOKEN_EXPIRATION_TIME: 30m
21
STACK_OVERRIDE_SOURCE_OF_TRUTH: '{"type": "postgres", "connectionString": "postgres://postgres:PASSWORD-PLACEHOLDER--uqfEC1hmmv@localhost:8128/source-of-truth-db?schema=sot-schema"}'
22
STACK_TEST_SOURCE_OF_TRUTH: true
23
STACK_DATABASE_CONNECTION_STRING: "postgres://postgres:PASSWORD-PLACEHOLDER--uqfEC1hmmv@localhost:8128/stackframe"
0 commit comments