mirror of
https://github.com/suitenumerique/messages.git
synced 2026-04-26 01:24:56 +02:00
Allow to configure a help center URL via the NEXT_PUBLIC_HELP_CENTER_URL environment variable. The button adapts based on what's configured: - Help center only: opens external link directly - Feedback widget only: opens widget directly - Both: shows dropdown with both options The button is now displayed in the header to save space in sidebar, rather than in the left panel.
21 lines
567 B
Plaintext
21 lines
567 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_API_URL=
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_PATH=
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_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"
|
|
}'
|
|
|