File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 80
80
"description" : " GitHub API client secret" ,
81
81
"required" : false
82
82
},
83
+ "HMD_BITBUCKET_CLIENTID" : {
84
+ "description" : " Bitbucket API client id" ,
85
+ "required" : false
86
+ },
87
+ "HMD_BITBUCKET_CLIENTSECRET" : {
88
+ "description" : " Bitbucket API client secret" ,
89
+ "required" : false
90
+ },
83
91
"HMD_GITLAB_BASEURL" : {
84
92
"description" : " GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional)" ,
85
93
"required" : false
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ module.exports = {
62
62
clientID : process . env . HMD_GITHUB_CLIENTID ,
63
63
clientSecret : process . env . HMD_GITHUB_CLIENTSECRET
64
64
} ,
65
+ bitbucket : {
66
+ clientID : process . env . HMD_BITBUCKET_CLIENTID ,
67
+ clientSecret : process . env . HMD_BITBUCKET_CLIENTSECRET
68
+ } ,
65
69
gitlab : {
66
70
baseURL : process . env . HMD_GITLAB_BASEURL ,
67
71
clientID : process . env . HMD_GITLAB_CLIENTID ,
You can’t perform that action at this time.
0 commit comments