Gerrit config: Make the apiBaseUrl optional
If the apiBaseUrl is not set assume that the gerrit instance uses https and can be reached on the address specified by the "host" option. Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
Vendored
+1
-1
@@ -68,7 +68,7 @@ export interface Config {
|
||||
*/
|
||||
host: string;
|
||||
/**
|
||||
* The base url for the Gerrit API.
|
||||
* The base url for the Gerrit instance.
|
||||
* @visibility frontend
|
||||
*/
|
||||
apiBaseUrl?: string;
|
||||
|
||||
Reference in New Issue
Block a user