From: Jessica Wagantall Date: Tue, 26 Jun 2018 18:31:17 +0000 (-0700) Subject: Update Nexus settings example X-Git-Tag: v0.14.0~12 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F11557%2F1;p=releng%2Flftools.git Update Nexus settings example Update Nexus settings.example.yaml file to match the convention used in the public docs when referring to a project's domain. Also, update http to https. Change-Id: I7cc2e717ba507ea7d7eee577de9744ee57b2e0fd Signed-off-by: Jessica Wagantall --- diff --git a/etc/nexus/settings.example.yaml b/etc/nexus/settings.example.yaml index 5266cf9c..d631f838 100644 --- a/etc/nexus/settings.example.yaml +++ b/etc/nexus/settings.example.yaml @@ -3,11 +3,11 @@ # Nexus 2 system to work against. This should be the full path to the base web # interface including any URL context. -nexus: 'http://nexus2.example.com' +nexus: 'https://nexus.example.org' # Administrative nexus user account credentials user: 'admin' password: 'admin123' # email domain that nexus user emails should be generated with -email_domain: 'example.com' +email_domain: 'example.org'