mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
test namecheap provider against their sandbox (#2082)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@ -142,7 +142,8 @@
|
|||||||
"NAMECHEAP": {
|
"NAMECHEAP": {
|
||||||
"apikey": "$NAMECHEAP_KEY",
|
"apikey": "$NAMECHEAP_KEY",
|
||||||
"apiuser": "$NAMECHEAP_USER",
|
"apiuser": "$NAMECHEAP_USER",
|
||||||
"domain": "$NAMECHEAP_DOMAIN"
|
"domain": "$NAMECHEAP_DOMAIN",
|
||||||
|
"BaseURL": "$NAMECHEAP_BASEURL"
|
||||||
},
|
},
|
||||||
"NAMEDOTCOM": {
|
"NAMEDOTCOM": {
|
||||||
"apikey": "$NAMEDOTCOM_KEY",
|
"apikey": "$NAMEDOTCOM_KEY",
|
||||||
|
Reference in New Issue
Block a user