diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index 1d0d450a0..fd8ced00c 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -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", diff --git a/config/default.json b/config/default.json index 8579139a6..224721b42 100644 --- a/config/default.json +++ b/config/default.json @@ -12,7 +12,6 @@ "githubBotPW": "q1w", "fastlyDochubMap": "devfslydochubmap", "entitlementCollection": "entitlements", - "reposBranchesCollection": "allison_repos_branches", "docsetsCollection": "docsets", "MONGO_TIMEOUT_S": 15, "JOB_TIMEOUT_S": 900, diff --git a/config/test.json b/config/test.json index 4b4fd6522..5a17611ea 100644 --- a/config/test.json +++ b/config/test.json @@ -12,7 +12,6 @@ "githubBotPW": "q1w", "fastlyDochubMap": "devfslydochubmap", "entitlementCollection": "entitlements", - "reposBranchesCollection": "allison_repos_branches", "docsetsCollection": "docsets", "MONGO_TIMEOUT_S": 1, "JOB_TIMEOUT_S": 10, diff --git a/infrastructure/ecs-main/serverless.yml b/infrastructure/ecs-main/serverless.yml index 0de1eb941..b59d71b32 100644 --- a/infrastructure/ecs-main/serverless.yml +++ b/infrastructure/ecs-main/serverless.yml @@ -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}