-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
42 lines (33 loc) · 1.12 KB
/
.env.example
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
#.env file will take over the config.js file. This file is useful for deployments
# Set the port and ip address for the web server and installer
PORT=3000
IP_ADDRESS="localhost" # Use 0.0.0.0 to listen on all interfaces, or localhost to listen on local interface only
DOMAIN_NAME="" # Leave blank if you don't have a domain name
# Language of the bot
LANGUAGE="en"
# Discord Bot general config
DISCORD_BOT_TOKEN=
DISCORD_BOT_ID=
DISCORD_BOT_PREFIX=
DISCORD_OWNER_IDS="" # Discord user IDs separated by space
# AI config
DISCORD_AI_PREFIX=
DISCORD_AI_ALLOWED_USERS=
AI_PROVIDER=
AI_TOKEN=
AI_ENABLE_WHITELIST=
# DB config
DB_ENGINE="mongodb" # Supports: sqlite, mongodb, mysql
MONGODB_ACCESS_URI=
# Debug
DEBUG_LEVEL=
LOG_DIR=
# Genius API token for lyrics. GENIUS_ENABLED option true = enable, false = disable
GENIUS_TOKEN=
GENIUS_ENABLED=true
# Only use this if you're having problems with Genius. LYRIST_URL: http://yourserver.com:3000/api (no ending slash)
# LYRIST_ENABLED option true = enable, false = disable
LYRIST_URL=
LYRIST_ENABLED=false
# Replicate.com API Token. Get it from https://replicate.com/account
REPLICATE_TOKEN=