Produced by Araxis Merge on 10/2/2017 1:40:10 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | chef-repo.zip\chef-repo\project_cookbooks\soap_handler\templates\default | config.json.erb | Mon Aug 28 19:42:45 2017 UTC |
| 2 | chef-repo.zip\chef-repo\project_cookbooks\soap_handler\templates\default | config.json.erb | Mon Oct 2 12:40:36 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 316 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | { | |
| 2 | "templat e": "%s", | |
| 3 | "default Name": "VX Sync", | |
| 4 | ||
| 5 | "logging ": { | |
| 6 | "level ": "<%= @s oap_handle r['log_lev el'] %>", | |
| 7 | "app enders": [ | |
| 8 | { | |
| 9 | "t ype": "fil e", | |
| 10 | " currentLog Filename": "<%= @soa p_handler[ 'soap_hand ler_log_di r'] %>/soa p_handler. log", | |
| 11 | " archive": "true", | |
| 12 | " archivedLo gFilenameP attern": " <%= @soap_ handler['s oap_handle r_log_dir' ] %>/soap_ handler-%d .log.gz", | |
| 13 | " archivedFi leCount": 5 | |
| 14 | }, | |
| 15 | { | |
| 16 | " type": "co nsole", | |
| 17 | " threshold" : "<%= @so ap_handler ['console_ log_level' ] %>" | |
| 18 | } | |
| 19 | ] | |
| 20 | }, | |
| 21 | "server" : { | |
| 22 | "appli cationConn ectors": [ | |
| 23 | { | |
| 24 | "t ype": "htt p", | |
| 25 | "p ort": "<%= @soap_han dler['serv er_port'] %>" | |
| 26 | } | |
| 27 | ], | |
| 28 | "admin Connectors ": [ | |
| 29 | { | |
| 30 | "t ype": "htt p", | |
| 31 | "p ort": "<%= @soap_han dler['admi n_port'] % >" | |
| 32 | } | |
| 33 | ], | |
| 34 | "reque stLog": { | |
| 35 | "app enders": [ | |
| 36 | { | |
| 37 | "type": "f ile", | |
| 38 | "currentLo gFilename" : "<%= @so ap_handler ['soap_han dler_log_d ir'] %>/so ap_handler _requests. log", | |
| 39 | "archive": "true", | |
| 40 | "archivedL ogFilename Pattern": "<%= @soap _handler[' soap_handl er_log_dir '] %>/soap _handler_r equests-%d .log.gz", | |
| 41 | "archivedF ileCount": 5, | |
| 42 | "threshold ": "<%= @s oap_handle r['request _log_level '] %>" | |
| 43 | } | |
| 44 | ] | |
| 45 | } | |
| 46 | }, | |
| 47 | "service ": { | |
| 48 | "all": true, | |
| 49 | "hdr": true, | |
| 50 | "vler" : true, | |
| 51 | "pgd": true, | |
| 52 | "dod": { | |
| 53 | "all ergy": tru e, | |
| 54 | "app ointment": true, | |
| 55 | "con sultnote": true, | |
| 56 | "dem ographics" : true, | |
| 57 | "enc ounter": t rue, | |
| 58 | "imm unization" : true, | |
| 59 | "lab ": true, | |
| 60 | "med ication": true, | |
| 61 | "not e": true, | |
| 62 | "ord er": true, | |
| 63 | "pat ient": tru e, | |
| 64 | "pro blem": tru e, | |
| 65 | "rad iology": t rue, | |
| 66 | "vit al": true | |
| 67 | } | |
| 68 | }, | |
| 69 | "hdr" : | |
| 70 | { | |
| 71 | "uri" : "<%= @hd r_sites[0] ['ipaddres s'] %>:<%= @hdr_site s[0]['hdr' ]['req_res ']['port'] %>", | |
| 72 | "path": "/ repositori es. URL /fpds/", | |
| 73 | "proto col": "<%= @hdr_site s[0]['hdr' ]['req_res ']['protoc ol'] %>" | |
| 74 | }, | |
| 75 | "pgd" : { | |
| 76 | "uri" : "<%= @pg d['ipaddre ss'] %>", | |
| 77 | "retry " : 3, | |
| 78 | "proto col": "<%= @pgd['pgd ']['protoc ol'] %>" | |
| 79 | }, | |
| 80 | "vler" : { | |
| 81 | "host" : "<%= @v ler['ipadd ress'] %>" , | |
| 82 | "port" : <%= @vle r['vler'][ 'port'] %> , | |
| 83 | "proto col": "<%= @vler['vl er']['prot ocol'] %>" , | |
| 84 | "docqu erypath": "<%= @vler ['vler'][' doc_query' ]['path'] %>", | |
| 85 | "docqu erypathque ry":"<%= @ vler['vler ']['doc_qu ery']['pat h_query'] %>", | |
| 86 | "docqu erytimeout ms": <%= @ vler['vler ']['doc_qu ery']['tim eout'] %>, | |
| 87 | "docre trievepath ": "<%= @v ler['vler' ]['doc_ret rieve']['p ath'] %>", | |
| 88 | "docre trievepath query": "< %= @vler[' vler']['do c_retrieve ']['path_q uery'] %>" , | |
| 89 | "docre trievetime outms": <% = @vler['v ler']['doc _retrieve' ]['timeout '] %>, | |
| 90 | "syste musername" :"<%= @vl er['vler'] ['system_u ser_name'] %>", | |
| 91 | "syste msitecode" : "<%= @vl er['vler'] ['system_s ite_code'] %>" | |
| 92 | }, | |
| 93 | "jmeadow s-version" : "<%= @jm eadows['jm eadows'][' version']% >", | |
| 94 | "jmeadow s-v2.3.0" : { | |
| 95 | "host" : "<%= @j meadows['i paddress'] %>", | |
| 96 | "port" : <%= @jme adows['jme adows']['a pplication ']['port'] %>, | |
| 97 | "proto col": "<%= @jmeadows ['jmeadows ']['applic ation']['p rotocol'] %>", | |
| 98 | "retry " : 3, | |
| 99 | "path" : "<%= @j meadows['j meadows'][ 'applicati on']['path '] %>", | |
| 100 | "query ": "<%= @j meadows['j meadows'][ 'applicati on']['path _query'] % >", | |
| 101 | "timeo utms" : <% = @jmeadow s['jmeadow s']['appli cation'][' timeout'] %>, | |
| 102 | "useri en" : "<%= @jmeadows ['jmeadows ']['applic ation']['u ser']['ien '] %>", | |
| 103 | "usern ame" : "<% = @jmeadow s['jmeadow s']['appli cation'][' user']['na me'] %>", | |
| 104 | "users itecode" : <%= @jmea dows['jmea dows']['ap plication' ]['user'][ 'site_code '] %>, | |
| 105 | "users itename" : "<%= @jme adows['jme adows']['a pplication ']['user'] ['site_nam e'] %>", | |
| 106 | "paral lelismmin" : 4 | |
| 107 | }, | |
| 108 | "jmeadow s-v2.3.1" : { | |
| 109 | "host" : "<%= @j meadows['i paddress'] %>", | |
| 110 | "port" : <%= @jme adows['jme adows']['a pplication ']['port'] %>, | |
| 111 | "proto col": "<%= @jmeadows ['jmeadows ']['applic ation']['p rotocol'] %>", | |
| 112 | "retry " : 3, | |
| 113 | "path" : "<%= @j meadows['j meadows'][ 'applicati on']['path '] %>", | |
| 114 | "query ": "<%= @j meadows['j meadows'][ 'applicati on']['path _query'] % >", | |
| 115 | "timeo utms" : <% = @jmeadow s['jmeadow s']['appli cation'][' timeout'] %>, | |
| 116 | "useri en" : "<%= @jmeadows ['jmeadows ']['applic ation']['u ser']['ien '] %>", | |
| 117 | "usern ame" : "<% = @jmeadow s['jmeadow s']['appli cation'][' user']['na me'] %>", | |
| 118 | "users itecode" : <%= @jmea dows['jmea dows']['ap plication' ]['user'][ 'site_code '] %>, | |
| 119 | "users itename" : "<%= @jme adows['jme adows']['a pplication ']['user'] ['site_nam e'] %>", | |
| 120 | "paral lelismmin" : 4 | |
| 121 | }, | |
| 122 | "jmeadow s-v2.3.3.0 .2" : { | |
| 123 | "host" : "<%= @j meadows['i paddress'] %>", | |
| 124 | "port" : <%= @jme adows['jme adows']['a pplication ']['port'] %>, | |
| 125 | "proto col": "<%= @jmeadows ['jmeadows ']['applic ation']['p rotocol'] %>", | |
| 126 | "retry " : 3, | |
| 127 | "path" : "<%= @j meadows['j meadows'][ 'applicati on']['path '] %>", | |
| 128 | "query ": "<%= @j meadows['j meadows'][ 'applicati on']['path _query'] % >", | |
| 129 | "timeo utms" : <% = @jmeadow s['jmeadow s']['appli cation'][' timeout'] %>, | |
| 130 | "useri en" : "<%= @jmeadows ['jmeadows ']['applic ation']['u ser']['ien '] %>", | |
| 131 | "usern ame" : "<% = @jmeadow s['jmeadow s']['appli cation'][' user']['na me'] %>", | |
| 132 | "users itecode" : <%= @jmea dows['jmea dows']['ap plication' ]['user'][ 'site_code '] %>, | |
| 133 | "users itename" : "<%= @jme adows['jme adows']['a pplication ']['user'] ['site_nam e'] %>", | |
| 134 | "paral lelismmin" : 4 | |
| 135 | }, | |
| 136 | "mvi" : { | |
| 137 | "host" : "<%= @m vi['ipaddr ess'] %>", | |
| 138 | "path" : "<%= @m vi['mvi'][ 'sync_path '] %>", | |
| 139 | "port" : <%= @mv i['mvi'][' port'] %>, | |
| 140 | "proto col" : "<% = @mvi['mv i']['proto col'] %>", | |
| 141 | "metho d" : "POST ", | |
| 142 | "sende rCode" : " <%= @mvi[' mvi']['sen der_code'] %>", | |
| 143 | "wsdl" : "<%= @m vi['mvi'][ 'wsdl_path '] %>", | |
| 144 | "proce ssingCode" : "<%= @m vi['mvi'][ 'processin g_code'] % >" | |
| 145 | }, | |
| 146 | "h2" : { | |
| 147 | "jlvJd bc": "jdbc :h2:../ter minology/j lv/termdb; ACCESS_MOD E_DATA=r", | |
| 148 | "lncJd bc": "jdbc :h2:../ter minology/l ncdb/termd b;ACCESS_M ODE_DATA=r ", | |
| 149 | "drugJ dbc": "jdb c:h2:../te rminology/ drug/termd b;ACCESS_M ODE_DATA=r ", | |
| 150 | "lncLu cene": ".. /terminolo gy/src/lnc db/lucene" , | |
| 151 | "drugL ucene": ". ./terminol ogy/src/dr ug/lucene" | |
| 152 | }, | |
| 153 | "securit y" : { | |
| 154 | "trust store":"<% = @vxsync[ 'soap_hand ler']['sec urity']['t rust_store '] %>", | |
| 155 | "keyst ore":"<%= @vxsync['s oap_handle r']['secur ity']['key _store'] % >", | |
| 156 | "ksPas sword":"<% = @vxsync[ 'soap_hand ler']['sec urity']['k ey_store_p w'] %>", | |
| 157 | "tsPas sword":"<% = @vxsync[ 'soap_hand ler']['sec urity']['t rust_store _pw'] %>" | |
| 158 | } | |
| 159 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.