Skip to content

Commit

Permalink
more env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Sep 15, 2023
1 parent 5317f13 commit f96335d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion config/custom-environment-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"githubBotPW": "GITHUB_BOT_PASSWORD",
"fastlyDochubMap": "FASTLY_DOCHUB_MAP",
"entitlementCollection": "USER_ENTITLEMENT_COL_NAME",
"reposBranchesCollection": "REPOS_BRANCHES_COL_NAME",
"GATSBY_PARSER_USER": "GATSBY_PARSER_USER",
"fastlyOpsManagerToken": "FASTLY_OPS_MANAGER_TOKEN",
"fastlyOpsManagerServiceId": "FASTLY_OPS_MANAGER_SERVICE_ID",
Expand Down
1 change: 0 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"githubBotPW": "q1w",
"fastlyDochubMap": "devfslydochubmap",
"entitlementCollection": "entitlements",
"reposBranchesCollection": "allison_repos_branches",
"docsetsCollection": "docsets",
"MONGO_TIMEOUT_S": 15,
"JOB_TIMEOUT_S": 900,
Expand Down
1 change: 0 additions & 1 deletion config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"githubBotPW": "q1w",
"fastlyDochubMap": "devfslydochubmap",
"entitlementCollection": "entitlements",
"reposBranchesCollection": "allison_repos_branches",
"docsetsCollection": "docsets",
"MONGO_TIMEOUT_S": 1,
"JOB_TIMEOUT_S": 10,
Expand Down
1 change: 1 addition & 0 deletions infrastructure/ecs-main/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ custom:
nodeIntgrBucketName: docs-node-intgr
jobCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/job/queue}
repoBranchesCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/repo}
docsetsCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/docsets}
entitlementCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/user/entitlements}
jobsQueueUrl: ${docs-worker-pool-api-${self:provider.stage}.JobsQueueURL}
jobUpdatesQueueUrl: ${docs-worker-pool-api-${self:provider.stage}.JobsUpdateQueueURL}
Expand Down

0 comments on commit f96335d

Please sign in to comment.