9 lines
221 B
Bash
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
|