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 d7cef3c commit 6d16d08Copy full SHA for 6d16d08
config/custom-environment-variables.js
@@ -100,6 +100,10 @@ module.exports = {
100
botPublicKey: "BOT_PUBLIC_KEY",
101
},
102
103
+ discordService: {
104
+ publicKey: "DISCORD_SERVICE_PUBLIC_KEY",
105
+ },
106
+
107
cronJobHandler: {
108
publicKey: "CRON_JOB_PUBLIC_KEY",
109
config/default.js
@@ -95,6 +95,10 @@ module.exports = {
95
botPublicKey: "<botpublicKey>",
96
97
98
99
// Cloudinary keys
cloudinary: {
cloud_name: "Cloud_name",
0 commit comments