Compact host and port
This commit is contained in:
parent
e60bbdf9d9
commit
a26ec8a106
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Settings.registry['port'] ||= nil
|
|||
Settings.registry['api_url'] ||= "http://localhost:5000/"
|
||||
Settings.registry['key'] ||= nil
|
||||
Settings.registry['issuer'] ||= nil
|
||||
Settings.registry['host_port'] ||= [Settings.registry['host'], Settings.registry['port']].join(':')
|
||||
Settings.registry['host_port'] ||= [Settings.registry['host'], Settings.registry['port']].compact.join(':')
|
||||
|
||||
#
|
||||
# Git LFS
|
||||
|
|
Loading…
Reference in a new issue