Skip to content

Commit 0d49ddb

Browse files
committed
correct v2/dev URLs
1 parent 2109cbd commit 0d49ddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ Linux/macOS (bash/zsh):
178178

179179
```bash
180180
export 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
182182
pgai auth --debug
183183
```
184184

185185
Windows 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"
190190
pgai auth --debug
191191
```
192192

@@ -195,7 +195,7 @@ Via CLI options (overrides env):
195195
```bash
196196
pgai 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

201201
Notes:

0 commit comments

Comments
 (0)