diff options
| author | Yuval Adam <_@yuv.al> | 2025-07-18 15:26:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-07-18 15:26:05 +0200 |
| commit | db420dc6a075d23e1aa3ef45fb9cf6b286096c1b (patch) | |
| tree | 49c8ca4e6c7333134bb4042380b3919c03207fb9 /.env.example | |
| parent | 257ad34dd8baf2c2e4b3621d2477c9fd265b709e (diff) | |
Remove sandbox mode
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.env.example b/.env.example index 4f6022f..6860734 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,5 @@ NAMECHEAP_CLIENT_IP=your_public_ip # Cloudflare API credentials CLOUDFLARE_API_TOKEN=your_cloudflare_api_token -# Note: For sandbox testing, use sandbox API credentials from Namecheap -# Sandbox URL: https://www.sandbox.namecheap.com/ -# Production URL: https://www.namecheap.com/
\ No newline at end of file +# Note: This uses the production Namecheap API +# Use --dry-run flag for safe testing without actual registration
\ No newline at end of file |
