Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sataniceypz authored Aug 16, 2024
1 parent cd6eaa0 commit e486ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ module.exports = {
DELETED_LOG_CHAT: process.env.DELETED_LOG_CHAT || false,
HEROKU_APP_NAME: process.env.HEROKU_APP_NAME || "",
HEROKU_API_KEY: process.env.HEROKU_API_KEY || "",
KOYEB_API_KEY: process.env.KOYEB_API_KEY || "",
KOYEB_API_KEY: process.env.KOYEB_API_KEY || "your_koyeb_api_key",
KOYEB_APP_NAME: process.env.KOYEB_APP_NAME || '',
KOYEB: toBool(process.env.KOYEB) || false,
HEROKU: toBool(process.env.HEROKU) || false,
TERMUX: toBool(process.env.TERMUX) || false,
DATABASE_URL: DATABASE_URL,
Expand Down

0 comments on commit e486ba7

Please sign in to comment.