docs: new algolia configs
This commit is contained in:
parent
f9e8f320a0
commit
64d612a572
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user