mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-07 02:17:45 +02:00
This PR adds a new build system for embeddable widgets and a first implementation of a "Feedback" popup widget. It also refactors inbound message routes into channels, of which there are 2 for now: MTA (by default) and Widget. More to come!
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
|
|
NEXT_PUBLIC_S3_DOMAIN_REPLACE=http://localhost:9000
|
|
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= |