mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
4 lines
225 B
TypeScript
4 lines
225 B
TypeScript
export const DECAY_START_TIME = new Date('2021-05-13T17:46:31Z')
|
|
export const SECONDS_PER_YEAR_GREGORIAN_CALENDER = 31556952.0
|
|
export const LOG4JS_BASE_CATEGORY_NAME = 'shared'
|
|
export const REDEEM_JWT_TOKEN_EXPIRATION = '10m' |