Skip to content

Commit

Permalink
Xiangzaoh
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashgudipati committed Apr 23, 2024
1 parent 6ad2657 commit cead8eb
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 @@ -64,7 +64,7 @@ module.exports = {
aitts_Voice_Id: process.env.AITTS_ID || "37",
ELEVENLAB_API_KEY: process.env.ELEVENLAB_API_KEY || "",
WORKTYPE: process.env.WORKTYPE || process.env.MODE || "private",
LANG: (process.env.THEME || "ASTA").toUpperCase(),
LANG: (process.env.THEME || "ZAX").toUpperCase(),
};
global.rank = "updated";
global.isMongodb = false;
Expand Down

0 comments on commit cead8eb

Please sign in to comment.