mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
Migrate frontend to ui-kit v2. Improve layouts on the road and fix major a11y issues
20 lines
611 B
Plaintext
20 lines
611 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=
|
|
|
|
## Theme Customization
|
|
NEXT_PUBLIC_THEME_CONFIG='{
|
|
"theme": "white-label"
|
|
}'
|
|
|