diff --git a/docs/configuration.md b/docs/configuration.md index e27b448..fc8fb7b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -14,6 +14,8 @@ There's also a template configuration file in `../env.example`. - `DIGITALOCEAN_POSTGRES`, of the form `postgres://username:password@domain.com:port/configvars`. (Disregard `DIGITALOCEAN_` prefix, you can use any endpoint you like). - `DIGITALOCEAN_POSTGRES_PUBLIC` - `ALGOLIA_MASTER_API_KEY`, a string of 32 hexidecimal characters, like `19b6c2234e50c98d30668659a39e3127` (not an actual key). +- `NEXT_PUBLIC_ALGOLIA_APP_ID`, +- `NEXT_PUBLIC_ALGOLIA_SEARCH_KEY` ## Platform cookies and keys diff --git a/env.example b/env.example index 9a2eda2..8145c9d 100644 --- a/env.example +++ b/env.example @@ -1,7 +1,9 @@ #### You can copy this file to `.env` and modify accordingly. #### Documentation can be found in `docs/configuration.md`. -# ALGOLIA_MASTER_API_KEY=19b6c2234e50c98d30668659a39e3127 +# ALGOLIA_MASTER_API_KEY=999988887777666655554444eeeeffff +# NEXT_PUBLIC_ALGOLIA_APP_ID=ABCDE12345 +# NEXT_PUBLIC_ALGOLIA_SEARCH_KEY=0000111122223333aaaabbbbccccdddd # DIGITALOCEAN_POSTGRES=postgresql://...@localhost:5432/...?schema=public # POSTGRES_NO_SSL=1