Skip to content

Commit

Permalink
Update Nexus settings example
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jwagantall committed Jun 26, 2018
1 parent aec13d0 commit 2c2b219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/nexus/settings.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 2c2b219

Please sign in to comment.