From 498f390e547a84a47c46cf7eb546129b1e6bcb7f Mon Sep 17 00:00:00 2001 From: nickfelt Date: Tue, 26 Sep 2017 12:47:46 -0700 Subject: [PATCH] Make ICANN reporting URLs default to real icann.org URLs No reason for these not to work out of the box, right? The default-config.yaml already has a couple other real icann.org URLs for RDE testing and the TMCH CRL. This way Nomulus users don't have to worry about changing this setting (since other than testing it's hard to imagine what other value would be used; this is literally ICANN reporting so it always goes to ICANN). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170093954 --- java/google/registry/config/files/default-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/google/registry/config/files/default-config.yaml b/java/google/registry/config/files/default-config.yaml index 1efe321eb..c773d8202 100644 --- a/java/google/registry/config/files/default-config.yaml +++ b/java/google/registry/config/files/default-config.yaml @@ -146,10 +146,10 @@ oAuth: icannReporting: # URL we PUT monthly ICANN transactions reports to. - icannTransactionsReportingUploadUrl: https://ry-api.example.org/report/registrar-transactions + icannTransactionsReportingUploadUrl: https://ry-api.icann.org/report/registrar-transactions # URL we PUT monthly ICANN activity reports to. - icannActivityReportingUploadUrl: https://ry-api.example.org/report/registry-functions-activity + icannActivityReportingUploadUrl: https://ry-api.icann.org/report/registry-functions-activity rde: # URL prefix of ICANN's server to upload RDE reports to. Nomulus adds /TLD/ID