-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
14 lines (12 loc) · 1.06 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Lamatic Chatbot Configuration
# Required configurations
NEXT_PUBLIC_LAMATIC_BOT_NAME="Your Chatbot Name" # Display name for your chatbot
NEXT_PUBLIC_LAMATIC_API_URL="https://api.lamatic.ai" # Lamatic API URL
NEXT_PUBLIC_LAMATIC_FLOW_ID="your_flow_id" # Unique flow ID of your Lamatic chatbot
# Optional configurations with defaults
NEXT_PUBLIC_LAMATIC_CHAT_HEADER_BG_COLOR="black" # Header background color (default: black)
NEXT_PUBLIC_LAMATIC_SUGGESTIONS="Help, Contact, FAQ" # Initial prompts for users (comma-separated)
NEXT_PUBLIC_LAMATIC_IMAGE_URL="https://example.com/logo.png" # Chatbot image URL (default: Lamatic logo)
NEXT_PUBLIC_LAMATIC_POSITION="right" # Chatbot position on the screen (left or right; default: right)
NEXT_PUBLIC_LAMATIC_FLOATING_BUTTON_ICON="help-circle.svg" # Floating button icon URL (default: help-circle.svg)
NEXT_PUBLIC_LAMATIC_ERROR_MESSAGE="An error has occurred" # Error message displayed to users (default: "An error has occurred")