Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Add PROSPECTUS_ALGOLIA_ADMIN_KEY to environment
Browse files Browse the repository at this point in the history
This change allows future builds using the PROSPECTUS_ALGOLIA_ADMIN_KEY to build properly using updated key name
  • Loading branch information
kalebjdavenport committed Jul 7, 2022
1 parent fc3d65d commit 5f8369e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/prospectus/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PROSPECTUS_CONTENTFUL_SPACE_ID: 'fake-key'
PROSPECTUS_CONTENTFUL_ACCESS_TOKEN: 'fake-key'
PROSPECTUS_SEGMENT_WRITE_KEY: 'fake-key'
PROSPECTUS_ALGOLIA_BROWSE_KEY: 'fake-key'
PROSPECTUS_ALGOLIA_ADMIN_KEY: 'fake-key'

# nginx vars
PROSPECTUS_DATA_DIR: '/edx/var/prospectus'
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/prospectus/templates/.env.environment.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ GATSBY_CONTENTFUL_SPACE_ID={{ PROSPECTUS_CONTENTFUL_SPACE_ID }}
GATSBY_CONTENTFUL_ACCESS_TOKEN={{ PROSPECTUS_CONTENTFUL_ACCESS_TOKEN }}
GATSBY_SEGMENT_WRITE_KEY={{ PROSPECTUS_SEGMENT_WRITE_KEY }}
PROSPECTUS_ALGOLIA_BROWSE_KEY={{ PROSPECTUS_ALGOLIA_BROWSE_KEY }}
PROSPECTUS_ALGOLIA_ADMIN_KEY={{ PROSPECTUS_ALGOLIA_BROWSE_KEY }}

0 comments on commit 5f8369e

Please sign in to comment.