Skip to content

feat: adds possibility to override host for API

Created by: lkwg82

Description This PR adds the possibility to add an api_host entry in the config to enable overriding the default repository host.

In my company we split the api frontend from the ssh backend in the dns. So the api tries to call the ssh git backend.

Related Issue

I'm not sure, if I missed one.

How Has This Been Tested? I debugged and started with non-working to working code.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports