diff --git a/config.sample.json b/config.sample.json index 707f6db..87f746c 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,7 +1,7 @@ { "icann.account.username": "username@example.com", "icann.account.password": "Abcdef#12345678", - "authentication.base.url": "https://account-api-test.icann.org", - "czds.base.url": "https://czds-api-test.icann.org", + "authentication.base.url": "https://account-api.icann.org", + "czds.base.url": "https://czds-api.icann.org", "working.directory": "/where/zonefiles/will/be/saved" }