Skip to content

Commit 694704f

Browse files
committed
Merge branch 'simple-install' into 'master'
Update simple-install service address See merge request postgres-ai/database-lab!958
2 parents 9def6c7 + de1aea6 commit 694704f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/packages/platform/src/helpers/simpleInstallRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55

66
const sign = require('jwt-encode')
77

8-
export const SI_API_SERVER = 'https://si.aws.postgres.ai'
8+
export const SI_API_SERVER = 'https://si.dblab.dev'
99

1010
export const JWT_SECRET = 'some-jwt-secret'
1111
export const JWT_PAYLOAD = (userID?: number) => ({

0 commit comments

Comments
 (0)