We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9def6c7 + de1aea6 commit 694704fCopy full SHA for 694704f
ui/packages/platform/src/helpers/simpleInstallRequest.ts
@@ -5,7 +5,7 @@ import {
5
6
const sign = require('jwt-encode')
7
8
-export const SI_API_SERVER = 'https://si.aws.postgres.ai'
+export const SI_API_SERVER = 'https://si.dblab.dev'
9
10
export const JWT_SECRET = 'some-jwt-secret'
11
export const JWT_PAYLOAD = (userID?: number) => ({
0 commit comments