We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c97131 commit d95183eCopy full SHA for d95183e
config.js
@@ -15,5 +15,6 @@ module.exports = {
15
ADMINS: process.env.ADMINS || '',
16
BOT_TOKEN: process.env.BOT_TOKEN || '',
17
DB_URL: process.env.DB_URL || '',
18
- WORKER_URL: process.env.WORKER_URL || ''
+ WORKER_URL: process.env.WORKER_URL || '',
19
+ API_KEY: process.env.API_KEY || '', // Generate any API Key and pass it when accessing the API.
20
}
0 commit comments