export const TOKEN_NAME = 'jwt';
export const HEADER_TOKEN_MAX_AGE = 1000 * 60 * 60 * 24 * 30;
