Change the URLs to production in the config.sample.json
This commit is contained in:
parent
51644f09db
commit
b63c004c32
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"icann.account.username": "username@example.com",
|
"icann.account.username": "username@example.com",
|
||||||
"icann.account.password": "Abcdef#12345678",
|
"icann.account.password": "Abcdef#12345678",
|
||||||
"authentication.base.url": "https://account-api-test.icann.org",
|
"authentication.base.url": "https://account-api.icann.org",
|
||||||
"czds.base.url": "https://czds-api-test.icann.org",
|
"czds.base.url": "https://czds-api.icann.org",
|
||||||
"working.directory": "/where/zonefiles/will/be/saved"
|
"working.directory": "/where/zonefiles/will/be/saved"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue