From 257ad34dd8baf2c2e4b3621d2477c9fd265b709e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 18 Jul 2025 15:24:15 +0200 Subject: Initial stuff works --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4f6022f --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# Namecheap API credentials +NAMECHEAP_API_USER=your_namecheap_api_user +NAMECHEAP_API_KEY=your_namecheap_api_key +NAMECHEAP_USERNAME=your_namecheap_username +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 -- cgit v1.3.1