From 2c2b219f270bee5901a54a22ae30a9717d9577f3 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 26 Jun 2018 11:31:17 -0700 Subject: [PATCH] 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 --- etc/nexus/settings.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' -- 2.16.6