forked from horlapookie/Eclipse-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (46 loc) · 1.43 KB
/
Copy path.env.example
File metadata and controls
58 lines (46 loc) · 1.43 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
51
52
53
54
55
56
57
58
# ====================================
# ECLIPSE-MD ENVIRONMENT VARIABLES
# ====================================
# Copy this file to .env and fill in your values
# ====================================
# BOT CONFIGURATION (REQUIRED)
# ====================================
NODE_ENV=production
BOT_PREFIX=.
BOT_NUMBER=2348028336218
BOT_OWNER_NAME=Eclipse
BOT_NAME=𝔼𝕔𝕝𝕚𝕡𝕤𝕖 𝕄𝔻
# ====================================
# SESSION DATA (REQUIRED)
# ====================================
# Get your session ID from https://horlapookie-session.onrender.com
BOT_SESSION_DATA=
# ====================================
# AI API KEYS (OPTIONAL)
# ====================================
OPENAI_API_KEY=
GEMINI_API_KEY=
COPILOT_API_KEY=
# ====================================
# OTHER API KEYS (OPTIONAL)
# ====================================
GIPHY_API_KEY=
IMGUR_CLIENT_ID=
FOOTBALL_API_KEY=
# ====================================
# AUTOMATION SETTINGS
# ====================================
# Auto view incoming messages (true/false)
AUTO_VIEW_MESSAGE=false
# Auto view WhatsApp statuses (true/false)
AUTO_VIEW_STATUS=false
# Auto react to statuses (true/false)
AUTO_REACT_STATUS=false
# Auto react to messages (true/false)
AUTO_REACT=false
# Emoji to use for auto status reactions
AUTO_STATUS_EMOJI=❤️
# Show typing indicator automatically (true/false)
AUTO_TYPING=false
# Show recording indicator automatically (true/false)
AUTO_RECORDING=false