zregvart commented on a change in pull request #74: Add search for Hugo (more polishing need to do) URL: https://github.com/apache/camel-website/pull/74#discussion_r314408603
########## File path: .env ########## @@ -0,0 +1,5 @@ +ALGOLIA_APP_ID={{ YOUR_APP_ID }} +SEARCH_ONLY_API_KEY={{ SEARCH_ONLY_API_KEY }} +ALGOLIA_ADMIN_KEY={{ YOUR_ADMIN_KEY }} +ALGOLIA_INDEX_NAME={{ YOUR_INDEX_NAME }} Review comment: I assume we'd need to add this to the build, not sure if the `$YOUR_...` bits are needed, we can simply ensure that the correct secrets are loaded to the environmet under `$ALGOLIA...`. Can you comment on which of these are secret and which are public? I'm thinking that the `ALGOLIA_INDEX_NAME` might be public. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services