From f771b32ece6bd82165817a3925fef5615bfe9dfb Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 18 Jul 2017 12:46:49 -0700 Subject: [PATCH] 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 --- .../config/files/nomulus-config-production-sample.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/java/google/registry/config/files/nomulus-config-production-sample.yaml b/java/google/registry/config/files/nomulus-config-production-sample.yaml index 4ed9c1c3f..926fa5ea7 100644 --- a/java/google/registry/config/files/nomulus-config-production-sample.yaml +++ b/java/google/registry/config/files/nomulus-config-production-sample.yaml @@ -28,9 +28,7 @@ registryPolicy: tmchCaMode: PRODUCTION tmchCrlUrl: http://crl.icann.org/tmch.crl tmchMarksDbUrl: https://ry.marksdb.org - checkApiServletClientId: | - multi-line - placeholder + checkApiServletClientId: placeholder whoisDisclaimer: | multi-line placeholder