chore: 移除未使用的 NEXT_PUBLIC_SITE_URL 环境变量

This commit is contained in:
2026-01-10 12:05:52 +08:00
parent c688a2ad79
commit 1a7d8dcdd9
-3
View File
@@ -1,9 +1,6 @@
# Database
DATABASE_URL="postgresql://postgres:password@localhost:5432/agent_park"
# Site
NEXT_PUBLIC_SITE_URL="http://localhost:3000"
# Webhook API - Generate a secure key for production
WEBHOOK_API_KEY="sk_live_your_secure_api_key_min_32_chars"