Skip to content

Commit cf52b47

Browse files
committed
feat: config name
1 parent 63cc72a commit cf52b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,10 +1397,10 @@
13971397
"type": "object",
13981398
"title": "Deepnote",
13991399
"properties": {
1400-
"deepnote.apiEndpoint": {
1400+
"deepnote.domain": {
14011401
"type": "string",
1402-
"default": "https://deepnote.com",
1403-
"description": "Deepnote API endpoint",
1402+
"default": "deepnote.com",
1403+
"description": "Deepnote domain (e.g., 'deepnote.com' or 'ra-18838.deepnote-staging.com')",
14041404
"scope": "application"
14051405
},
14061406
"deepnote.disableSSLVerification": {

0 commit comments

Comments
 (0)