Skip to content

Commit c272655

Browse files
authored
Merge pull request #87 from Contentstack-Solutions/feat/CS-43112-gcp-support
CS-43112 gcp support
2 parents ce379c6 + d1f8c8f commit c272655

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/yarn.lock
88
node_modules
99
.vscode/
10+
oclif.manifest.json

src/lib/stack/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const REGION_URL_MAPPING: RegionUrlMap = {
1818
eu: 'eu-cdn.contentstack.com',
1919
'azure-na': 'azure-na-cdn.contentstack.com',
2020
'azure-eu': 'azure-eu-cdn.contentstack.com',
21+
'gcp-na': 'gcp-na-cdn.contentstack.com'
2122
}
2223

2324
const GRAPHQL_REGION_URL_MAPPING: RegionUrlMap = {
@@ -26,6 +27,7 @@ const GRAPHQL_REGION_URL_MAPPING: RegionUrlMap = {
2627
eu: 'https://eu-graphql.contentstack.com/stacks',
2728
'azure-na': 'https://azure-na-graphql.contentstack.com/stacks',
2829
'azure-eu': 'https://azure-eu-graphql.contentstack.com/stacks',
30+
'gcp-na': 'https://gcp-na-graphql.contentstack.com/stacks'
2931
}
3032

3133
export type StackConnectionConfig = {

0 commit comments

Comments
 (0)