Skip to content

Commit 5c7cf28

Browse files
authored
feat: add Configuration settings (#73)
1 parent 4de8470 commit 5c7cf28

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

gemini-extension.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,22 @@
1212
]
1313
}
1414
},
15-
"contextFileName": "SPANNER.md"
15+
"contextFileName": "SPANNER.md",
16+
"settings": [
17+
{
18+
"name": "Project ID",
19+
"description": "ID of the Google Cloud project",
20+
"envVar": "SPANNER_PROJECT"
21+
},
22+
{
23+
"name": "Instance ID",
24+
"description": "ID of the Spanner instance",
25+
"envVar": "SPANNER_INSTANCE"
26+
},
27+
{
28+
"name": "Database ID",
29+
"description": "ID of the Spanner database",
30+
"envVar": "SPANNER_DATABASE"
31+
}
32+
]
1633
}

0 commit comments

Comments
 (0)