Skip to content

Commit

Permalink
DOP-3998: casing variables (#944)
Browse files Browse the repository at this point in the history
casing variables
  • Loading branch information
seungpark authored Nov 28, 2023
1 parent 6a3c84c commit 0be00ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"PORT": 3000,
"MAX_STDOUT_BUFFER_SIZE": 16000000,
"GATSBY_PARSER_USER": "docsworker-xlarge",
"gatsbyMarianUrl": "https://docs-search-transport.mongodb.com/",
"gatsbyMarianURL": "https://docs-search-transport.mongodb.com/",
"gatsbyTestEmbedVersions": false,
"fastlyOpsManagerToken": "FASTLY_OPS_MANAGER_TOKEN",
"fastlyOpsManagerServiceId": "FASTLY_OPS_MANAGER_SERVICE_ID",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/ecs-main/ecs_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Resources:
- Name: GATSBY_SHOW_CHATBOT
Value: ${self:custom.gatsbyUseChatbot}
- Name: GATSBY_MARIAN_URL
Value: ${self:custom.gatsbyMarianUrl}
Value: ${self:custom.gatsbyMarianURL}
- Name: GATSBY_HIDE_UNIFIED_FOOTER_LOCALE
Value: ${self:custom.gatsbyHideUnifiedFooterLocale}
- Name: FASTLY_MAIN_TOKEN
Expand Down

0 comments on commit 0be00ff

Please sign in to comment.