-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 986 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Connection URL in Prisma format - https://www.prisma.io/docs/reference/database-reference/connection-urls
DB_CONNECTION_URL=
# Name of a supported database provider (mysql)
DB_PROVIDER=
# Discord bot token
DISCORD_TOKEN=
# List of Discord user IDs that will have full access to the bot (separated by commas)
SUPER_USERS=
# Discord Guild ID where developer commands are registered
DEVELOPER_GUILD_ID=
# Discord Webhook URL for logging bot errors
ANTICRASH_WEBHOOK=
# Comma-separated list of image hostnames that the bot is allowed to fetch images from
# You can use * here to allow everything, e.g. ALLOWED_IMAGE_HOSTNAMES=* (but this is not recommended)
# !! SECURITY WARNING !!: Do not add any hostnames that you do not trust, as this can be used to fetch malicious images/files AND expose your server's IP.
# It is recommend to only add the hostnames of Imgur, Gyazo, and the Discord CDN
ALLOWED_IMAGE_HOSTNAMES=i.gyazo.com,gyazo.com,i.imgur.com,imgur.com,cdn.discordapp.com