forked from vanessa-opensource/vanessa-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env.json
119 lines (119 loc) · 3.65 KB
/
example.env.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"$schema": "https://raw.githubusercontent.com/vanessa-opensource/vanessa-runner/develop/vanessa-runner-schema.json",
"default": {
"--ibconnection": "/F./build/ib",
"--db-user": "",
"--db-pwd": "",
"--v8version": "8.3.9.2033"
},
"xunit": {
"inputPath": "./tests/",
"--reportxunit": "./build/xunit.xml"
},
"vanessa": {
"--vanessasettings": "./build/out/tools/.vb-conf.json",
"--workspace": "./build/out/",
"--pathvanessa": "d:/git/vanessa/build/out/epf/vanessa-behavior.epf",
"--additional": "/DisplayAllFunctions /L uk"
},
"syntax-check": {
"--groupbymetadata": true,
"--exception-file": "",
"--mode": [
"-ExtendedModulesCheck",
"-ThinClient",
"-WebClient",
"-Server",
"-ExternalConnection",
"-ThickClientOrdinaryApplication"
]
// "-Extension" : "ИмяРасширения",
// "-AllExtensions" : true
},
"compile": {
"inputPath": "./cf",
"outputPath": "./build/1Cv8.cf"
},
"compilecurrent": {
"inputPath": "./cf"
},
"decompile": {
"inputPath": "./build/1Cv8.cf",
"outputPath": "./cf"
},
"decompilecurrent": {
"outputPath": "./build/1Cv8.cf"
},
"compileepf": {
"--ibconnection": "/F./build/ibservice",
"inputPath": "./epf/",
"outputPath": "./build/out/epf"
},
"decompileepf": {
"--ibconnection": "/F./build/ibservice",
"inputPath": "./build/out/epf",
"outputPath": "./epf/"
},
"updatedb": {
"--ibconnection": "/F./build/ib",
"--db-user": "bot",
"--db-pwd": "123",
"--uccode": "godModeOn"
},
"run": {
"--uccode": "godModeOFF",
"--command": "ЗапуститьОбновлениеИБ;РежимОтладки;ОтключитьЛогикуРаботыПрограммы;",
"--execute": "./build/out/epf/admin/ЗавершитьРаботу.epf"
},
"loadrepo": {
"--ibconnection": "/F./build/ibservice",
"--storage-name": "tcp://serverstorage/erp",
"--storage-user": "bot",
"--storage-pwd": "123"
},
"designer": {
"--ibconnection": "/Sserveronec/devib",
"--storage-name": "tcp://serverstorage/erp",
"--storage-user": "bot",
"--storage-pwd": "123"
},
"compileext": {
"inputPath": "./cfe/Доработки",
"extensionName": "Доработки"
},
"decompileext": {
"extensionName": "Доработки",
"outputPath": "./cfe/Доработки"
},
"init-project": {
"ШаблонПроекта": {
"Использовать": true,
"Репозиторий": "https://github.com/vanessa-opensource/vanessa-bootstrap.git"
},
"Пакеты": [
{
"Имя": "gitsync",
"Использовать": true,
"Установка": [
"opm install gitsync"
]
},
{
"Имя": "gitrules",
"Использовать": true,
"Установка": [
"opm install gitrules",
"gitrules install"
]
},
{
"Имя": "precommit1c",
"Использовать": false,
"Установка": [
"opm install precommit1c",
"precommit1c --install"
]
}
]
}
}