-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.production.example
More file actions
50 lines (43 loc) · 1.17 KB
/
.env.production.example
File metadata and controls
50 lines (43 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ENVIRONMENT
NODE_ENV=production
LOG_LEVEL=info
# BACKEND
# Required
DB_PATH=/var/lib/totem/database.sqlite
UPLOAD_DIR=/var/lib/totem/uploads
# Generate this using "bun scripts/generate-token.ts jwt"
JWT_SECRET=
# Get this with "hostname -I" (if deployed in a local network)
# Use the domain name or public IP if deployed on the internet
PUBLIC_URL=
# NOTIFIER
# Required
NOTIFIER_DATA_PATH=/var/lib/totem/notifier
CHROME_PATH=
# WhatsApp
# Optional
WHATSAPP_GROUP_AGENT=
WHATSAPP_GROUP_DEV=
# Required
# 1. Create a system user: https://developers.facebook.com/documentation/business-messaging/whatsapp/solution-providers/manage-system-users/
# 2. Generate a permanent token with all whatsapp-* permissions
WHATSAPP_TOKEN=
# This is not your phone number
WHATSAPP_PHONE_ID=
# Generate this using "bun scripts/generate-token.ts whatsapp-webhook webhook"
WHATSAPP_WEBHOOK_VERIFY_TOKEN=
# EXTERNAL PROVIDERS
# Calidda FNB (required)
CALIDDA_BASE_URL=https://appweb.calidda.com.pe
CALIDDA_USERNAME=
CALIDDA_PASSWORD=
# Calidda Gaso (PowerBI) (required)
POWERBI_RESOURCE_KEY=
POWERBI_REPORT_ID=
POWERBI_DATASET_ID=
POWERBI_MODEL_ID=
# LLM (optional)
# Vision
GEMINI_API_KEY=
# Text
OPENAI_API_KEY=