feat: add environment variable configuration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user