-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapplication.conf
More file actions
44 lines (44 loc) · 1.13 KB
/
application.conf
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
esdk {
app {
name = sparePartsCatalogueApp
supported-erp-versions = ["2017r1-2017r4", "2018r1-2018r9", "2019r1-2900r9"]
namespace {
app-id = spare
}
export {
infosystems = ["IS.OW1.REPLACEMENTCATALOGUE"]
tables = ["Replacement"]
data = ["data.json"]
meta-data = []
keys = []
enums = ["FILE_FORMAT"]
named-types = []
screens {}
advanced-screens {}
}
installation {
languages = DEA
preconditions = ["workDirs=ow1"]
workdirs = ["ow1"]
install-type = SSH
allow-unsupported-erp-versions = false
}
}
erp {
home-dir = "/abas/s3"
client-dir = "/abas/erp"
client-id = "erp"
//default for Docker Desktop (Windows)
host = "host.docker.internal"
//if env variable HOSTNAME is set it will override the value above
host = ${?HOSTNAME}
edp {
port = 6560
user = ""
password = "sy"
}
ssh {
port = 2205
}
}
}