mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
feat(web): add Discord messaging channel setup
This commit is contained in:
parent
e85710dd7b
commit
455a3ee021
2 changed files with 51 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ NEXT_PUBLIC_ZERO_CACHE_URL=http://localhost:4848
|
|||
NEXT_PUBLIC_GATEWAY_WHATSAPP_INTAKE_MODE=disabled
|
||||
# Slack gateway UI toggle: true or false
|
||||
NEXT_PUBLIC_GATEWAY_SLACK_ENABLED=false
|
||||
# Discord gateway UI toggle: true or false
|
||||
NEXT_PUBLIC_GATEWAY_DISCORD_ENABLED=false
|
||||
|
||||
# Contact Form Vars (optional)
|
||||
DATABASE_URL=postgresql://postgres:[YOUR-PASSWORD]@db.sdsf.supabase.co:5432/postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue