File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,15 +178,15 @@ Linux/macOS (bash/zsh):
178178
179179``` bash
180180export PGAI_API_BASE_URL=https://v2.postgres.ai/api/general/
181- export PGAI_UI_BASE_URL=https://console.postgres.ai
181+ export PGAI_UI_BASE_URL=https://console-dev .postgres.ai
182182pgai auth --debug
183183```
184184
185185Windows PowerShell:
186186
187187``` powershell
188188$env:PGAI_API_BASE_URL = "https://v2.postgres.ai/api/general/"
189- $env:PGAI_UI_BASE_URL = "https://console.postgres.ai"
189+ $env:PGAI_UI_BASE_URL = "https://console-dev .postgres.ai"
190190pgai auth --debug
191191```
192192
@@ -195,7 +195,7 @@ Via CLI options (overrides env):
195195``` bash
196196pgai auth --debug \
197197 --api-base-url https://v2.postgres.ai/api/general/ \
198- --ui-base-url https://console.postgres.ai
198+ --ui-base-url https://console-dev .postgres.ai
199199```
200200
201201Notes:
You can’t perform that action at this time.
0 commit comments