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
This commit is contained in:
nickfelt 2017-09-26 12:47:46 -07:00 committed by Ben McIlwain
parent f27dd70c9e
commit 498f390e54

View file

@ -146,10 +146,10 @@ oAuth:
icannReporting: icannReporting:
# URL we PUT monthly ICANN transactions reports to. # 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. # 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: rde:
# URL prefix of ICANN's server to upload RDE reports to. Nomulus adds /TLD/ID # URL prefix of ICANN's server to upload RDE reports to. Nomulus adds /TLD/ID