forked from oscript-library/vanessa-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env.json
89 lines (88 loc) · 2.62 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
{
"$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/Доработки"
}
}