Skip to content

Add http scheme to registry.api_URL

Steve Xuereb requested to merge fix-registry-api-url into master

Rails requires to have a valid URL, and in 15c793db the default URL changed from http://127.0.0.1 to 127.0.0.1 which leads to rails throwing an error like URI::InvalidURIError

Merge request reports