forked from google/fhir-data-pipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenhim-config.json
82 lines (82 loc) · 1.9 KB
/
openhim-config.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
{
"Users": [],
"Clients": [
{
"roles": [
"admin"
],
"clientID": "hapi",
"name": "HAPI-CLIENT",
"passwordAlgorithm": "sha512",
"passwordSalt": "41271397c2fafc9d6a74660f5e611961",
"passwordHash": "8f559989c523231c47eeda17d6951448428ebb9cb47fbeefc89b9c08d157ce6c89979b52c18ce95efef98e1f300a44b97a2e2c4ee10aff0b001a10e69535e33d"
}
],
"Channels": [
{
"methods": [
"GET",
"POST",
"DELETE",
"PUT",
"OPTIONS",
"HEAD",
"TRACE",
"CONNECT",
"PATCH"
],
"type": "http",
"allow": [
"hapi"
],
"whitelist": [],
"authType": "private",
"matchContentTypes": [],
"properties": [],
"txViewAcl": [],
"txViewFullAcl": [],
"txRerunAcl": [],
"status": "enabled",
"rewriteUrls": false,
"addAutoRewriteRules": true,
"autoRetryEnabled": false,
"autoRetryPeriodMinutes": 60,
"routes": [
{
"type": "http",
"status": "enabled",
"forwardAuthHeader": false,
"name": "HAPI-ROUTE",
"secured": false,
"host": "172.17.0.1",
"port": 8098,
"path": "",
"pathTransform": "",
"primary": true,
"username": "hapi",
"password": "hapi123"
}
],
"requestBody": true,
"responseBody": true,
"rewriteUrlsConfig": [],
"name": "HAPI-SYNC",
"urlPattern": "$",
"matchContentRegex": null,
"matchContentXpath": null,
"matchContentValue": null,
"matchContentJson": null,
"pollingSchedule": null,
"tcpHost": null,
"tcpPort": null,
"updatedBy": {
"id": "5ffd8711fa52440012ed54fe",
"name": "Super User"
},
"alerts": []
}
],
"Mediators": [],
"ContactGroups": [],
"KeystoreModelAPI": []
}