forked from rovelstars/discord-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
66 lines (51 loc) · 1.21 KB
/
example.env
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
59
60
61
62
63
64
65
66
# -= Bots =-
# Your main bot ID
ID=
# Note: Public bot prefix defaults to "a!", You must edit src/bot/publicbot/index.js
# Bot prefix
PUBLIC_PREFIX=
PRIVATE_PREFIX=
# Main bot secret
SECRET=
# The private bot's token
TOKEN=
# The public bot's token
PUBLIC_TOKEN=
# -= Heroku =-
# Timezone in timezone format, Heroku uses this to show time in my format
TZ=
# Custom error page for Heroku
ERROR_PAGE_URL=
# Heroku maintenance page URL
MAINTENANCE_PAGE_URL=
# Set to "false" if installing on Heroku
NPM_CONFIG_PRODUCTION=
# -= URLs =-
# MongoDB URL
DB=
# Domain name starting with https://
DOMAIN=
# -= APIs =-
# sentry.io secret/key
SENTRY=
# RDL generated key, used for testing, optional
TESTKEY=
# top.gg API token
TOPTOKEN=
# voidbots.net API token
VOIDTOKEN=
# -= Logging =-
# API logging webhook for Discord channel, beware of the spam!
# set anything other than true to stop logging over api and spam in console
WEBLOG_API=
WEBLOG_CONSOLE=
WEBHOOK=
# Another webhook, to send console logs to:
CONSOLE_LOG=
# -= Misc =-
EMAIL_REAL=
EMAIL_ALIAS=
EMAIL_PASSWORD=
# -= Discord Self-Bot =-
# This account is not used to talk like a self bot. Instead this account is used fetch all bot server count periodically.
SELFBOT_TOKEN=