Skip to content

Commit 57d8d3a

Browse files
committed
fix: incorrect istanbul public key
1 parent 95a8e9b commit 57d8d3a

File tree

1 file changed

+2
-2
lines changed
  • packages/frontend/src/config

1 file changed

+2
-2
lines changed

packages/frontend/src/config/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function getAppConfig(): AppConfig {
5757
ssoHostname: 'https://sso.open.gov.sg',
5858
// TODO: update to use Rome when ready
5959
pairRomeBaseUrl: 'https://istanbul.pair.gov.sg',
60-
pairRomePublicKey: 'pk-lf-3874d01f-530f-42f9-afd7-ea46d1bcfac3',
60+
pairRomePublicKey: 'pk-lf-1f6acb1e-85c0-4af7-bea7-6f465f7c0141',
6161
...commonEnv,
6262
}
6363
default:
@@ -70,7 +70,7 @@ function getAppConfig(): AppConfig {
7070
ssoHostname: 'http://localhost:5354',
7171
// TODO: update to use Rome when ready
7272
pairRomeBaseUrl: 'https://istanbul.pair.gov.sg',
73-
pairRomePublicKey: 'pk-lf-3874d01f-530f-42f9-afd7-ea46d1bcfac3',
73+
pairRomePublicKey: 'pk-lf-1f6acb1e-85c0-4af7-bea7-6f465f7c0141',
7474
...commonEnv,
7575
}
7676
}

0 commit comments

Comments
 (0)