forked from cappig/MC-status-bot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
58 lines (38 loc) · 1.15 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is a sample .env file.
# Duplicate this file as .env in the root of the project
# and input your link and token.
# make sure to check and edit the config.js file to your liking too
# discord bot token
TOKEN=
# client secret
client_secret=
# DBURL is the mongo db link
DBURL=mongodb://localhost/
#redis connection string <password>:<ip>:<port>
REDIS=localhost:6379
# Top.gg api key
TOPGGAPI=
#your bots id
client_id=816747912888975362
# the domain your server is going to run under include port if there is one
#DOMAIN=mcstatusbot.site
#/login redirect url so it would be https://domain.com/login replace domain.com with your domain
redirect_uri=https://mcstatusbot.site/login
# Your user ID for the bug report command
OWNERID=
#a webhook url that accepts json {content: 'something'} for example discords
LOGHOOK=
# email notification setup
# if you would like a @mcstatusbot.site email please join our support server and ask
# your [email protected]
email=
# your email name
EMAIL_name=MCstatus
# your SMTP server ip or domain
EMAIL_host=
# your SMTP server port
EMAIL_port=
# your SMTP server username
EMAIL_user=
# your SMTP server password
EMAIL_pass=