Skip to content

Commit

Permalink
DROP commit resource index
Browse files Browse the repository at this point in the history
Allows review app to use an index with "data files" in it
  • Loading branch information
jameshadfield committed Apr 15, 2024
1 parent 7a25341 commit 4c9379b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/production/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
"OIDC_GROUPS_CLAIM": "cognito:groups",
"SESSION_COOKIE_DOMAIN": "nextstrain.org",
"GROUPS_DATA_FILE": "groups.json",
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources.json.gz"
"RESOURCE_INDEX": "./index.files.json.gz"
}
2 changes: 1 addition & 1 deletion env/testing/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@
"OIDC_USERNAME_CLAIM": "cognito:username",
"OIDC_GROUPS_CLAIM": "cognito:groups",
"GROUPS_DATA_FILE": "groups.json",
"RESOURCE_INDEX": "s3://nextstrain-inventories/resources.json.gz"
"RESOURCE_INDEX": "./index.files.json.gz"
}
Binary file added index.files.json.gz
Binary file not shown.

0 comments on commit 4c9379b

Please sign in to comment.