mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02:00
Fix checkApiServletClientId placeholder in production config sample
It should not be multiline, as registrar client ids are single short-ish identifiers with no spaces allowed. There's no way for them to span multiple lines. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162389442
This commit is contained in:
parent
d9613cf69a
commit
f771b32ece
1 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,7 @@ registryPolicy:
|
||||||
tmchCaMode: PRODUCTION
|
tmchCaMode: PRODUCTION
|
||||||
tmchCrlUrl: http://crl.icann.org/tmch.crl
|
tmchCrlUrl: http://crl.icann.org/tmch.crl
|
||||||
tmchMarksDbUrl: https://ry.marksdb.org
|
tmchMarksDbUrl: https://ry.marksdb.org
|
||||||
checkApiServletClientId: |
|
checkApiServletClientId: placeholder
|
||||||
multi-line
|
|
||||||
placeholder
|
|
||||||
whoisDisclaimer: |
|
whoisDisclaimer: |
|
||||||
multi-line
|
multi-line
|
||||||
placeholder
|
placeholder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue