From b63c004c327028a1663d92b1e4525e6c8a516875 Mon Sep 17 00:00:00 2001 From: Dongmei Cao Date: Thu, 31 Jan 2019 16:18:45 -0800 Subject: [PATCH] Change the URLs to production in the config.sample.json --- config.sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }