-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
47 lines (39 loc) · 1.18 KB
/
settings.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
{
"hana": {
"host" :"188.170.38.15",
"port" : 39015,
"uid" :"CELONIS_CONFIGURATION_STORE_USER",
"pwd" :"OneMoreTry2",
"databaseName" :"HXE",
"encrypt" : true,
"sslValidateCertificate" : false,
"pooling" : true,
"Max Pool Size" : 50,
"Min Pool Size" : 5
},
"jobs": {
"example_inline_sql" : {
"sql" :"SELECT COUNT(*) from \"CELONIS_CONFIGURATION_STORE_USER\".\"SalesOrders\"",
"postSql" :"",
"interval" : 5000
},
"example_file.sql" : {
"file" :"test.sql",
"interval" : 7000
}
},
"api": {
"method" : "post",
"path" : "https://httpbin.org/post",
"auth" : {
"basic" : {
"user" : "",
"password" : ""
}
},
"retry" : {
"limit" : 3,
"interval" : 1000
}
}
}