Skip to content

Commit de1aea6

Browse files
committed
Update simple-install service address
1 parent 9def6c7 commit de1aea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)