mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-20 06:35:40 +02:00
Next.js has been concerned by several CVEs last time and it's clearly overkill for our needs (static export) so in order to enlight our stack we migrate to vite & tanstack-router Co-authored-by: jbpenrath <jb.penrath@gmail.com>
21 lines
583 B
Plaintext
21 lines
583 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_API_URL=
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_PATH=
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_CHANNEL=
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_HOME_CHANNEL=
|
|
NEXT_PUBLIC_HELP_CENTER_URL=
|
|
NEXT_PUBLIC_LANGUAGES=[["en-US","English"],["fr-FR","Français"],["nl-NL","Nederlands"]]
|
|
NEXT_PUBLIC_DEFAULT_LANGUAGE=en-US
|
|
## Chunk size for multipart upload in MB
|
|
NEXT_PUBLIC_MULTIPART_UPLOAD_CHUNK_SIZE=100
|
|
|
|
## Sentry
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
NEXT_PUBLIC_SENTRY_ENVIRONMENT=
|
|
|
|
## Theme Customization
|
|
NEXT_PUBLIC_THEME_CONFIG='{
|
|
"theme": "white-label"
|
|
}'
|
|
|