Skip to content

Commit

Permalink
Update config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrs11 authored Aug 29, 2024
1 parent f25e324 commit 3d0cbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require("fs");
require("dotenv").config();

const config = {
SESSION_ID: process.env.SESSION_ID || "Your Session Id",
SESSION_ID: process.env.SESSION_ID || "Imalka-MD&PYSQzRMq",
AUTO_STATUS_SEEN: process.env.AUTO_STATUS_SEEN !== undefined ? process.env.AUTO_STATUS_SEEN === 'true' : true,
AUTO_DL: process.env.AUTO_DL !== undefined ? process.env.AUTO_DL === 'true' : false,
AUTO_READ: process.env.AUTO_READ !== undefined ? process.env.AUTO_READ === 'true' : false,
Expand Down

0 comments on commit 3d0cbcd

Please sign in to comment.