Skip to content

Commit

Permalink
chore: fix test env
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 4, 2024
1 parent d451c3e commit 405ce0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ process.env.USE_TIGERBEETLE = false
process.env.ENABLE_TELEMETRY = false
process.env.KRATOS_ADMIN_URL = 'http://127.0.0.1:4434/admin'
process.env.KRATOS_ADMIN_EMAIL = '[email protected]'
process.env.OPERATOR_IDP_SECRET = 'testsecret'
process.env.OPERATOR_IDP_CONSENT_URL = 'http://127.0.0.1:3030/mock-idp/'
process.env.AUTH_ADMIN_URL = 'http://127.0.0.1:3003/graphql'
process.env.AUTH_ADMIN_API_SECRET = 'rPoZpe9tVyBNCigm05QDco7WLcYa0xMao7lO5KG1XG4='
process.env.KRATOS_PUBLIC_URL = 'http://127.0.0.1:4433/graphql'

module.exports = {
...baseConfig,
Expand Down

0 comments on commit 405ce0b

Please sign in to comment.