This commit is contained in:
Rokojori 2026-07-17 14:07:17 +02:00
parent c45ff3be45
commit d1445b7c77
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { isSuperAdmin } from '../roles';
const router = Router();
const ACCESS_TOKEN_TTL = process.env.ACCESS_TOKEN_TTL ?? '1h';
const ACCESS_TOKEN_TTL = ( process.env.ACCESS_TOKEN_TTL ?? '1h' ) as any;
const COOKIE_DOMAIN = process.env.COOKIE_DOMAIN ?? '.rokojori.com';
const RESET_BASE_URL = process.env.RESET_BASE_URL ?? 'https://account.rokojori.com';
const ACCOUNT_BASE_URL = process.env.RESET_BASE_URL ?? 'https://account.rokojori.com';