forked from fabric8-launcher/launcher-application
-
Notifications
You must be signed in to change notification settings - Fork 1
/
git-providers.yaml
32 lines (32 loc) · 859 Bytes
/
git-providers.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- id: GitHub
name: "GitHub"
apiUrl: https://api.github.com
repositoryUrl: https://github.com
type: GITHUB
clientProperties:
clientId: 12
serverProperties:
oauthUrl: https://github.com/login/oauth/access_token
clientSecret: 12
- id: BitBucket
name: "BitBucket"
apiUrl: https://api.bitbucket.org
repositoryUrl: https://bitbucket.org
type: BITBUCKET
- id: GitLab
name: "GitLab"
apiUrl: https://gitlab.com
repositoryUrl: https://gitlab.com
type: GITLAB
- id: Gitea
name: "Gitea"
apiUrl: https://try.gitea.io
repositoryUrl: https://try.gitea.io
type: GITEA
clientProperties:
giteaOAuthUrl: http://[YOUR-GITEA-URL]/login/oauth/authorize
redirectUri: http://frontend-location/fixed
serverProperties:
adminUser: admin
oauthUrl: https://[YOUR-GITEA-URL]/login/oauth/access_token
clientSecret: 12