diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index ceba8698..447eaeba 100644 --- a/extension/package.json +++ b/extension/package.json @@ -50,7 +50,7 @@ }, "continue.serverUrl": { "type": "string", - "default": "http://localhost:8000", + "default": "http://localhost:65432", "description": "The URL of the Continue server to use." }, "continue.OPENAI_API_KEY": { |