mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-11 08:50:39 +08:00
test namecheap provider against their sandbox (#2082)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
c24a88d08e
commit
a979c57ae8
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue