diff options
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 |
