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"