mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
add additional way to get content switchover time for client
This commit is contained in:
parent
8d9af82521
commit
b76585cce3
1 changed files with 1 additions and 1 deletions
|
|
@ -774,7 +774,7 @@ export const GALA_SCHEDULE = {
|
|||
},
|
||||
};
|
||||
|
||||
const SWITCHOVER_TIME = nconf.get('CONTENT_SWITCHOVER_TIME_OFFSET') || 0;
|
||||
const SWITCHOVER_TIME = nconf.get('CONTENT_SWITCHOVER_TIME_OFFSET') || process.env.CONTENT_SWITCHOVER_TIME_OFFSET || 0;
|
||||
|
||||
export const TYPE_SCHEDULE = {
|
||||
timeTravelers: FIRST_RELEASE_DAY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue