Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
246 B
Text
6 lines
246 B
Text
export const CLIENT_RENEG_LIMIT = 3;
|
|
export const CLIENT_RENEG_WINDOW = 600;
|
|
export const DEFAULT_CIPHERS = "";
|
|
export const DEFAULT_ECDH_CURVE = "auto";
|
|
export const DEFAULT_MIN_VERSION = "TLSv1.2";
|
|
export const DEFAULT_MAX_VERSION = "TLSv1.3";
|