Skip to content

Commit

Permalink
🐐 🔵
Browse files Browse the repository at this point in the history
  • Loading branch information
franceking1 authored Mar 24, 2024
1 parent d01f9d1 commit 6d91566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const DATABASE_URL = process.env.DATABASE_URL === undefined
? databasePath
: process.env.DATABASE_URL;
module.exports = { session: process.env.SESSION_ID || 'zokk',
PREFIXE: process.env.PREFIX || ".",
PREFIXE: process.env.PREFIX || "",
OWNER_NAME: process.env.OWNER_NAME || "France King",
NUMERO_OWNER : process.env.OWNER_NUMBER || "",
AUTO_READ_STATUS: process.env.AUTO_READ_STATUS || "oui",
Expand Down

0 comments on commit 6d91566

Please sign in to comment.