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 <jwagantall@linuxfoundation.org>
# 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'