summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-07-18 15:24:15 +0200
committerYuval Adam <_@yuv.al>2025-07-18 15:24:15 +0200
commit257ad34dd8baf2c2e4b3621d2477c9fd265b709e (patch)
tree0f683c9fed13fa6b85f86a67aa5e21385932e6eb /.env.example
Initial stuff works
Diffstat (limited to '.env.example')
-rw-r--r--.env.example12
1 files changed, 12 insertions, 0 deletions
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