mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user