forked from prezly/theme-nextjs-bea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 770 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
REDIS_CACHE_URL=redis://127.0.0.1:6379
PREZLY_ACCESS_TOKEN=
PREZLY_NEWSROOM_UUID=
# This is required to load Bea Theme preset for the provided newsroom.
# See https://github.com/prezly/theme-kit-nextjs#readme for details about this variable
PREZLY_THEME_UUID=73015107-ac86-418b-9120-4ffa439d5c0f
# Uncomment if you want to test HCaptcha (it doesn't work on localhost)
# NEXT_PUBLIC_HCAPTCHA_SITEKEY=
# This key is unique for every newsroom
MEILISEARCH_API_KEY=
# These variables have default values in the code, but you can override them if you need to
# MEILISEARCH_HOST=
# MEILISEARCH_INDEX=
# API_BASE_URL_OVERRIDE=
# Uploadcare variables
NEXT_PUBLIC_UPLOADCARE_PUBLIC_KEY=97775dfb0ac5a6446bce
NEXT_PUBLIC_UPLOADCARE_CUSTOM_CDN_DOMAIN=cdn.uc.assets.prezly.com