mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02: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:
parent
f27dd70c9e
commit
498f390e54
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue