Skip to content

Commit

Permalink
Merge branch 'simple-install' into 'master'
Browse files Browse the repository at this point in the history
Update simple-install service address

See merge request postgres-ai/database-lab!958
  • Loading branch information
vitabaks committed Jan 6, 2025
2 parents 9def6c7 + de1aea6 commit 694704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/platform/src/helpers/simpleInstallRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {

const sign = require('jwt-encode')

export const SI_API_SERVER = 'https://si.aws.postgres.ai'
export const SI_API_SERVER = 'https://si.dblab.dev'

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

0 comments on commit 694704f

Please sign in to comment.