We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1667b commit a372107Copy full SHA for a372107
config/custom-environment-variables.js
@@ -100,8 +100,8 @@ module.exports = {
100
botPublicKey: "BOT_PUBLIC_KEY",
101
},
102
103
- discordServiceToken: {
104
- discordServicePublicKey: "DISCORD_SERVICE_PUBLIC_KEY",
+ discordService: {
+ publicKey: "DISCORD_SERVICE_PUBLIC_KEY",
105
106
107
cronJobHandler: {
config/default.js
@@ -95,8 +95,8 @@ module.exports = {
95
botPublicKey: "<botpublicKey>",
96
97
98
99
// Cloudinary keys
0 commit comments