Changed not to use NODE_ENV variable.
This commit is contained in:
@@ -9,7 +9,7 @@ const APP_URL =
|
||||
? process.env.APP_URL || "http://market-alarm"
|
||||
: process.env.APP_URL || `${APP_BASE_URL}:${APP_PORT}`;
|
||||
|
||||
const STAGING = process.env.NODE_ENV !== "production";
|
||||
const STAGING = process.env.SETTINGS !== "production";
|
||||
|
||||
const DEFAULT_TIMEZONE = "Europe/Sarajevo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user