Files
novalon-website/.env.example
T
2026-02-26 17:55:48 +08:00

9 lines
221 B
Bash

# Resend API Configuration
RESEND_API_KEY=your_resend_api_key_here
# Company Email (接收联系表单邮件的邮箱)
COMPANY_EMAIL=contact@novalon.cn
# Next.js Configuration
NEXT_PUBLIC_SITE_URL=http://localhost:3000