mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
feat: add chatwoot integration (#39)
This commit is contained in:
parent
d58f37ff42
commit
5c1fe2c6af
3 changed files with 82 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ ENV NEXT_PUBLIC_DEPLOYMENT_MODE="oss"
|
|||
ENV NEXT_PUBLIC_BACKEND_URL="http://localhost:8000"
|
||||
ENV BACKEND_URL="http://api:8000"
|
||||
ENV NEXT_TELEMETRY_DISABLED="1"
|
||||
ENV NEXT_PUBLIC_CHATWOOT_URL="https://chat.dograh.com"
|
||||
ENV NEXT_PUBLIC_CHATWOOT_TOKEN="3fkFx2mCEjNHjM9gaNc4A82X"
|
||||
|
||||
# Build the application with standalone mode
|
||||
RUN npm run build && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue