parse and save published and renewed dates
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user