-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
14 lines (11 loc) · 813 Bytes
/
.env.example
File metadata and controls
14 lines (11 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Sample environment variables for Namecheap scripts
# https://www.namecheap.com/support/api/global-parameters/
# Please refer to the above link for more information on the global parameters.
NAMECHEAP_API_URL=https://api.namecheap.com/xml.response # Production URL
# NAMECHEAP_API_URL=https://api.sandbox.namecheap.com/xml.response # Sanbox URL for testing purposes
NAMECHEAP_API_USER=namecheap_username
NAMECHEAP_API_KEY=api_key
NAMECHEAP_USERNAME=namecheap_username
NAMECHEAP_CLIENT_IP=whitelisted_ip_address # This is the IP address that has been whitelisted by Namecheap that will be used to update the DNS record.
DEFAULT_TTL=1800
DEFAULT_IP=ip_address # This is the default IP address the script will use to update the DNS record will use to point the DNS record to.