Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anonphoenix007 authored May 29, 2024
1 parent 25f30b0 commit 829e74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
ANTI_LINK_ACTION: process.env.ANTI_LINK_ACTION || "delete", //delete or kick
SESSION_ID: process.env.SESSION_ID || "",//Session ID here
LANG: process.env.LANG || "EN",//Only English currently supported
HANDLERS: process.env.HANDLER === "false" || process.env.HANDLER === "/",
HANDLERS: process.env.HANDLER === "false" || process.env.HANDLER === "null" ? "^" : "^[/]",process.env.HANDLER === "null" ? "^" : "^[/]",
RMBG_KEY: process.env.RMBG_KEY || false,
PLATFORM:isHeroku?"Heroku":isRailway?"Railway":isKoyeb?"Koyeb":"Other server",isHeroku,isKoyeb,isVPS,isRailway,
BRANCH: "main",
Expand Down

0 comments on commit 829e74a

Please sign in to comment.