source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Properties/gateway.properties@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 2.2 KB
Line 
1# Duration in seconds between file reload
2CacheRefreshDuration=0
3
4localHomeCommunityId=1.1
5localHomeCommunityDescription=IntegrationTest1
6localDeviceId=1.1
7
8serviceDocumentQuery=true
9documentQueryQuerySelf=true
10documentQueryPassthrough=false
11
12serviceDocumentRetrieve=true
13documentRetrievePassthrough=false
14
15serviceSubjectDiscovery=true
16subjectDiscoveryPassthrough=false
17
18serviceAuditRepository=true
19auditRepositoryPassthrough=false
20
21serviceSubscription=true
22subscriptionPassthrough=false
23
24serviceNotify=true
25notifyPassthrough=false
26NotificationConsumerEndpointAddress=https://localhost:8181/NotificationConsumerService/HiemNotify
27
28# Duration of time between garbage collection threads on the aggregator.
29# This is how often it will run a garbage collector against the
30# aggregator database to clean out old entries. This value is measured
31# in seconds.
32#-----------------------------------------------------------------------
33aggregatorGarbageCollectionTimeDuration=60
34
35# This tells the aggregator garbage collector the amount of time
36# that must pass before considering a transaction stale and ready
37# for garbage collection. This value is measured in seconds.
38#-----------------------------------------------------------------
39aggregatorGarbageCollectionStaleDuration=120
40
41## SUBSCRIPTION REPOSITORY - BEGIN ##
42
43subscription.repository.implementation.class=gov.hhs.fha.nhinc.subscription.repository.service.FileSubscriptionRepository
44subscription.repository.file.name=subscriptionList.xml
45
46## SUBSCRIPTION REPOSITORY - END ##
47
48# Connection Manager Information - BEGIN
49#-------------------------
50# when running Outside of NHIN Connect development environment use this one...
51#UDDIInquiryEndpointURL=http://12.54.145.57:8080/uddi/services/inquiry
52# when running from the Internet (With in the NHIN Connect Network) use this one...
53UDDIInquiryEndpointURL=http://172.16.50.57:8080/uddi/services/inquiry
54UDDIBusinessesToIgnore=uddi:replication:findbusiness;uddi:replication:findtmodels;uddi:nhinregistry:node
55UDDIRefreshDuration=3600
56UDDIRefreshKeepBackups=false
57InternalConnectionRefreshDuration=3600
58InternalConnectionRefreshKeepBackups=false
59# Connection Manager Information - END
Note: See TracBrowser for help on using the repository browser.