File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DbLabInstanceInstallForm/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { CloudImage } from 'api/cloud/getCloudImages'
22import { initialState } from '../reducer'
33
44const API_SERVER = process . env . REACT_APP_API_SERVER
5- const DEBUG_API_SERVER = 'https://v2. postgres.ai/api/general'
5+ const DEBUG_API_SERVER = 'https://postgres.ai/api/general'
66
77export const availableTags = [ '3.4.0-rc.5' , '4.0.0-alpha.5' ]
88
Original file line number Diff line number Diff line change 11import { initialState } from '../reducer'
22
33const API_SERVER = process . env . REACT_APP_API_SERVER
4- const DEBUG_API_SERVER = 'https://v2. postgres.ai/api/general'
4+ const DEBUG_API_SERVER = 'https://postgres.ai/api/general'
55
66export const getPlaybookCommand = (
77 state : typeof initialState ,
Original file line number Diff line number Diff line change 77
88export const NODE_ENV = process . env . NODE_ENV
99export const SENTRY_DSN = process . env . REACT_APP_SENTRY_DSN
10- export const API_URL_PREFIX = 'https://v2. postgres.ai/api/general' ?? ''
10+ export const API_URL_PREFIX = 'https://postgres.ai/api/general' ?? ''
1111export const WS_URL_PREFIX = process . env . REACT_APP_WS_URL_PREFIX ?? ''
1212export const BUILD_TIMESTAMP = process . env . BUILD_TIMESTAMP
You can’t perform that action at this time.
0 commit comments