From bd7b50bc8638d3b6c776dd974de32a1ea385c835 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 9 Feb 2020 22:17:10 +0100 Subject: github/gitlab: many fixes and improvments at the config step --- bridge/core/auth/credential.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bridge/core') diff --git a/bridge/core/auth/credential.go b/bridge/core/auth/credential.go index c1255aa6..6dcac09f 100644 --- a/bridge/core/auth/credential.go +++ b/bridge/core/auth/credential.go @@ -18,7 +18,8 @@ const ( configKeyCreateTime = "createtime" configKeyPrefixMeta = "meta." - MetaKeyLogin = "login" + MetaKeyLogin = "login" + MetaKeyBaseURL = "base-url" ) type CredentialKind string -- cgit