forked from piceaTech/node-gitlab-2-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_settings.json
More file actions
23 lines (23 loc) · 598 Bytes
/
sample_settings.json
File metadata and controls
23 lines (23 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"gitlab": {
"url": "http://gitlab.mycompany.com/",
"token": "{{gitlab private token}}",
"projectID": null
},
"github": {
"url": "api.github.com",
"pathPrefix": "",
"owner": "{{repository owner (user or organization)}}",
"username": "{{username}}",
"password": "{{password}}",
"repo": "{{repo}}"
},
"usermap": {
"username.gitlab.1": "username.github.1",
"username.gitlab.2": "username.github.2"
},
"projectmap": {
"gitlabgroup/projectname.1": "GitHubOrg/projectname.1",
"gitlabgroup/projectname.2": "GitHubOrg/projectname.2"
}
}