docs: new algolia configs

This commit is contained in:
Vyacheslav Matyukhin 2022-03-30 20:12:57 +03:00
parent f9e8f320a0
commit 64d612a572
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C
2 changed files with 5 additions and 1 deletions

View File

@ -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`, of the form `postgres://username:password@domain.com:port/configvars`. (Disregard `DIGITALOCEAN_` prefix, you can use any endpoint you like).
- `DIGITALOCEAN_POSTGRES_PUBLIC` - `DIGITALOCEAN_POSTGRES_PUBLIC`
- `ALGOLIA_MASTER_API_KEY`, a string of 32 hexidecimal characters, like `19b6c2234e50c98d30668659a39e3127` (not an actual key). - `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 ## Platform cookies and keys

View File

@ -1,7 +1,9 @@
#### You can copy this file to `.env` and modify accordingly. #### You can copy this file to `.env` and modify accordingly.
#### Documentation can be found in `docs/configuration.md`. #### 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 # DIGITALOCEAN_POSTGRES=postgresql://...@localhost:5432/...?schema=public
# POSTGRES_NO_SSL=1 # POSTGRES_NO_SSL=1