This commit is contained in:
cirroskais 2024-04-28 04:07:10 -04:00
parent c214a06c67
commit f7f8b390e4
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -47,7 +47,7 @@ export default {
forceSSL: process.env.FORCE_SSL === "true",
discordToken: process.env.DISCORD__TOKEN,
maxDiscordFiles: Number(process.env.MAX__DISCORD_FILES),
maxDiscordFileSize: Number(process.env.MAX__DISCORD_FILES),
maxDiscordFileSize: Number(process.env.MAX__DISCORD_FILE_SIZE),
maxUploadIdLength: Number(process.env.MAX__UPLOAD_ID_LENGTH),
targetGuild: process.env.TARGET__GUILD,
targetChannel: process.env.TARGET__CHANNEL,