-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathdev.env.example
More file actions
41 lines (33 loc) · 1.11 KB
/
dev.env.example
File metadata and controls
41 lines (33 loc) · 1.11 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
# Optional and/or developer configuration for Rawon Discord Bot
# Copy this file to dev.env and fill in your values
# Bot-specific settings (embed color, yes/no emoji, splash, alt prefix, default volume, selection type, audio cache)
# are managed via the setup command (developer-only) and stored in the database.
# Use: <prefix>setup view
# Enable/disable prefix commands
# Available: yes, no
# Default: yes
ENABLE_PREFIX=""
# Enable/disable slash commands
# Available: yes, no
# Default: yes
ENABLE_SLASH_COMMAND=""
# Enable sharding for large bots (single token mode only)
# Available: yes, no
# Default: no
ENABLE_SHARDING=""
# Port for Chrome DevTools remote debugging proxy
# Used for the login command to access DevTools from a remote machine/host
# Default: 3000
DEVTOOLS_PORT=""
# Path to Chrome/Chromium executable for Google login
# Leave empty for auto-detection
# Example: /usr/bin/chromium-browser, /usr/bin/google-chrome
CHROMIUM_PATH=""
# Environment mode
# Available: production, development
# Default: production
NODE_ENV="production"
# Enable debug logging
# Available: yes, no
# Default: no
DEBUG_MODE=""