From 1a7d8dcdd9b4f1c743dfd9ab94439f6bfe4b67be Mon Sep 17 00:00:00 2001 From: Caihaohan Date: Sat, 10 Jan 2026 12:05:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=20NEXT=5FPUBLIC=5FSITE=5FURL=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/.env.example b/.env.example index 6129a6b..d398ceb 100644 --- a/.env.example +++ b/.env.example @@ -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"