TelegramBot/webui/lib/auth-constants.ts

2 lines
112 B
TypeScript
Executable file

export const SESSION_COOKIE_NAME = "kowalski-session";
export const SESSION_DURATION = 7 * 24 * 60 * 60 * 1000;