parse and save published and renewed dates

This commit is contained in:
Bilal Catic
2019-09-23 21:19:28 +02:00
parent c7184be5fc
commit 63eb64b0f6
2 changed files with 92 additions and 3 deletions

View File

@@ -6,7 +6,10 @@ const APP_URL =
? process.env.APP_URL || "http://market-alarm"
: process.env.APP_URL || `${APP_BASE_URL}:${APP_PORT}`;
const DEFAULT_TIMEZONE = "Europe/Sarajevo";
module.exports = {
APP_PORT,
APP_URL
APP_URL,
DEFAULT_TIMEZONE
};