From de1aea66c5538079e738fa896edbf169b2af4d01 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Thu, 2 Jan 2025 17:40:14 +0500 Subject: [PATCH] Update simple-install service address --- ui/packages/platform/src/helpers/simpleInstallRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/platform/src/helpers/simpleInstallRequest.ts b/ui/packages/platform/src/helpers/simpleInstallRequest.ts index ba9be5c3..5b4a7e90 100644 --- a/ui/packages/platform/src/helpers/simpleInstallRequest.ts +++ b/ui/packages/platform/src/helpers/simpleInstallRequest.ts @@ -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) => ({