-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (22 loc) · 824 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (22 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OPENCLAW_API_KEY=your-openclaw-api-key
OPENCLAW_SERVER=grpc.cmdop.com:443
OPENCLAW_AGENT_ID=your-cmdop-agent-id
OPENCLAW_MACHINE=your-cmdop-machine-hostname
OPENAI_API_KEY=your-openai-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
WHATSAPP_TOKEN=your-whatsapp-token
WHATSAPP_PHONE_NUMBER_ID=your-phone-number-id
WHATSAPP_VERIFY_TOKEN=olumide_verify
NGROK_AUTHTOKEN=your-ngrok-authtoken
NGROK_DOMAIN=your-static-domain.ngrok-free.app
DATABASE_URL=sqlite:///olumide.db
ENCRYPTION_MASTER_KEY=your-32-char-master-key-here-change-it
MQTT_BROKER_URL=mqtt://localhost:1883
HMO_API_URL=https://api.hmo.example.ng/v1
HMO_API_KEY=your-hmo-api-key
NAFDAC_API_URL=https://api.nafdac.gov.ng/v1
PHARMACY_API_URL=https://api.pharmacy.example.ng/v1
BOLT_API_KEY=your-bolt-api-key
UBER_API_KEY=your-uber-api-key
DEBUG=False
LOG_LEVEL=INFO