Skip to content

Commit 3937e7f

Browse files
authored
updated it to use the external endpoints. (#2006)
updated it to use the external endpoints.
1 parent f6a8141 commit 3937e7f

File tree

1 file changed

+2
-2
lines changed
  • plugins/amazonq/src/main/resources/META-INF

1 file changed

+2
-2
lines changed

plugins/amazonq/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<registryKey key="amazon.q.endpoint" description="Endpoint to use for Amazon Q"
8888
defaultValue="" restartRequired="true"/>
8989
<registryKey key="amazon.q.endpoints.json" description="List of region-endpoint pairs in JSON array form"
90-
defaultValue="[{&quot;region&quot;:&quot;us-east-1&quot;,&quot;endpoint&quot;:&quot;https://codewhisperer.us-east-1.amazonaws.com/&quot;},
91-
{&quot;region&quot;:&quot;eu-central-1&quot;,&quot;endpoint&quot;:&quot;https://rts.prod-eu-central-1.codewhisperer.ai.aws.dev/&quot;}]"
90+
defaultValue="[{&quot;region&quot;:&quot;us-east-1&quot;,&quot;endpoint&quot;:&quot;https://q.us-east-1.amazonaws.com/&quot;},
91+
{&quot;region&quot;:&quot;eu-central-1&quot;,&quot;endpoint&quot;:&quot;https://q.eu-central-1.amazonaws.com/&quot;}]"
9292
restartRequired="true"/>
9393
<registryKey key="inline.completion.rem.dev.use.rhizome" description="Defined by IntelliJ. Used for Amazon Q to display suggestions on remote."
9494
defaultValue="false" restartRequired="true"/>

0 commit comments

Comments
 (0)