aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-09 22:17:10 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-10 01:22:01 +0100
commitbd7b50bc8638d3b6c776dd974de32a1ea385c835 (patch)
tree9d941dd499a3bffbbba3295c58a6b77b5b6feeca /bridge/core
parent3caffeef4d2ed25d4eb5d4bfd262f4fc3b92561f (diff)
downloadgit-bug-bd7b50bc8638d3b6c776dd974de32a1ea385c835.tar.gz
github/gitlab: many fixes and improvments at the config step
Diffstat (limited to 'bridge/core')
-rw-r--r--bridge/core/auth/credential.go3
1 files changed, 2 insertions, 1 deletions
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