Skip to content

Commit

Permalink
Get Jami data via api-gw in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Feb 10, 2023
1 parent 88bc694 commit b1851a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export const DB_CONNECTION_STRING = connectionString

export const JAMI_URL = inProduction
? 'https://importer.cs.helsinki.fi/api/auth'
: 'https://jami.apps.ocp-test-0.k8s.it.helsinki.fi'
: 'https://api-toska.apps.ocp-test-0.k8s.it.helsinki.fi/jami'

0 comments on commit b1851a9

Please sign in to comment.