Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Add more debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEgghead27 committed Feb 24, 2024
1 parent d79a369 commit 5a9c186
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,24 @@ export const CAPTCHA_SECRET = process.env.CAPTCHA_SECRET;
export const MAILER_URL = process.env.MAILER_URL;

if (process.env.DEBUG) {
console.log(PUBLIC_URL);
console.log(SEQUELIZE_URL);
console.log(NODE_ENV);
console.log({
PUBLIC_URL,
SEQUELIZE_URL,
NODE_ENV,
EDITABLE_CHARTER_FIELDS,
OPTIONAL_CHARTER_FIELDS,
PUBLIC_URL,
HONEYBADGER_KEY,
SEQUELIZE_URL,
NODE_ENV,
SESSION_SECRET,
LOGGER_FORMAT,
NODEMAILER_URL,
GOOGLE_LOGIN_CLIENT_ID,
GOOGLE_APIS_CLIENT_ID,
GOOGLE_PROJECT_ID,
GOOGLE_APIS_CLIENT_SECRET,
CAPTCHA_SECRET,
MAILER_URL
});
}

0 comments on commit 5a9c186

Please sign in to comment.