-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (37 loc) · 1.73 KB
/
.env.example
File metadata and controls
52 lines (37 loc) · 1.73 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
# Botarium Environment Configuration
# Copy this file to .env.shared and adjust values as needed
# =============================================================================
# Data Storage
# =============================================================================
# Directory for storing application data (bots, conversations, settings)
# DATA_DIR=/path/to/data
# =============================================================================
# Development Settings
# =============================================================================
# Set to 'development' or 'production'
# NODE_ENV=development
# Logging level: error, warn, info, debug
# LOG_LEVEL=info
# =============================================================================
# Electron App Settings
# =============================================================================
# Use Vite dev server instead of built files (set to '1' to enable)
# VITE_DEV=1
# Use bundled bots configuration (set to '1' to enable)
# USE_BUNDLED_BOTS=0
# =============================================================================
# Slack Emulator Settings
# =============================================================================
# Port for the Slack emulator server
# PORT=3000
# Override Slack API URL (for local development/testing)
# SLACK_API_URL=http://localhost:3000
# Emulator API URL (alternative to SLACK_API_URL)
# EMULATOR_API_URL=http://localhost:3000
# Emulator port (used when constructing emulator URL)
# EMULATOR_PORT=3000
# =============================================================================
# Terminal/Output Settings
# =============================================================================
# Force colored output (set to '1' to enable)
# FORCE_COLOR=1