From 0bfda57681195c431e3b6063577fdab23ff40cd5 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Thu, 21 Oct 2021 14:35:43 -0400 Subject: [PATCH] 18287: Remove superfluous {ExternalURL: "-"} values. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/config/config.default.yml | 12 ++++++------ lib/config/generated_config.go | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 4e2a0e26d4..49f35d15cf 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -33,7 +33,7 @@ Clusters: RailsAPI: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" Controller: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -42,7 +42,7 @@ Clusters: ExternalURL: "" Keepbalance: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" GitHTTP: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -51,10 +51,10 @@ Clusters: ExternalURL: "" DispatchCloud: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" DispatchLSF: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" Keepproxy: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -119,7 +119,7 @@ Clusters: # the old URL (with trailing slash omitted) to preserve # rendezvous ordering. Rendezvous: "" - ExternalURL: "-" + ExternalURL: "" Composer: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -142,7 +142,7 @@ Clusters: ExternalURL: "" Health: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" PostgreSQL: # max concurrent connections per arvados server daemon diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 875939a3e1..6244b8dbda 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -39,7 +39,7 @@ Clusters: RailsAPI: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" Controller: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -48,7 +48,7 @@ Clusters: ExternalURL: "" Keepbalance: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" GitHTTP: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -57,10 +57,10 @@ Clusters: ExternalURL: "" DispatchCloud: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" DispatchLSF: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" Keepproxy: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -125,7 +125,7 @@ Clusters: # the old URL (with trailing slash omitted) to preserve # rendezvous ordering. Rendezvous: "" - ExternalURL: "-" + ExternalURL: "" Composer: InternalURLs: {SAMPLE: {}} ExternalURL: "" @@ -148,7 +148,7 @@ Clusters: ExternalURL: "" Health: InternalURLs: {SAMPLE: {}} - ExternalURL: "-" + ExternalURL: "" PostgreSQL: # max concurrent connections per arvados server daemon -- 2.30.2