brewman/overlord/src/environments/environment.prod.ts

8 lines
240 B
TypeScript

export const environment = {
production: true,
// eslint-disable-next-line @typescript-eslint/naming-convention
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '11.5.1',
title: 'HnG / TGB',
};