mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-24 02:34:58 +02:00
Install and setup a generic error handler that send event to Sentry if configured or just log error in console otherwise.
14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_API_URL=http://localhost:8901/api/v1.0/inbound/widget/
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_PATH=http://localhost:8905/dist/
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_CHANNEL=
|
|
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=
|