forked from oscript-library/gitsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.json
More file actions
37 lines (36 loc) · 848 Bytes
/
config-example.json
File metadata and controls
37 lines (36 loc) · 848 Bytes
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
33
34
35
36
37
{
"gitsync-options": {
"global": {
"email-domain": "server.com",
"v8-version": "8.3.10",
"git-executable": "git"
},
"repositories": [
{
"name": "test",
"git-local-path": "Путь",
"git-remote": "адрес2",
"v8-storage-dir": "каталог2",
"process-fatform-modules": "on",
"push-every-n-commits": 5,
"auto-set-tags": "on",
"stop-if-empty-comment": "on",
"check-authors": "on"
},
{
"name": "test2",
"git-local-path": "Путь2",
"git-remote": "адрес2",
"v8-storage-dir": "каталог2",
"process-fatform-modules": "on",
"push-every-n-commits": 5,
"auto-set-tags": "on",
"stop-if-empty-comment": "on",
"check-authors": "on",
"email-domain": "server2.com",
"v8-version": "8.3.7",
"git-executable": "git"
}
]
}
}