forked from YedongTang/SITE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from drbgfc/TEST
Add environment development properties for 'site-' projects
- Loading branch information
Showing
15 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...-portal/ccdavalidator-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CCDAValidationServiceURL=http://localhost:7080/CCDAValidatorServices | ||
ReferenceCCDAValidationServiceURL=http://localhost:7080/referenceccdaservice/ | ||
SmartCCDARemoteServiceUrl=http://ccda-scorecard.smartplatforms.org/v1/ccda-scorecard/request | ||
SmartCCDARemoteRubricsUrl=http://ccda-scorecard.smartplatforms.org/v1/ccda-scorecard/rubrics | ||
|
||
samplesFromVendorsForIncorporation=C:/Users/AIadministrator/Documents/_xml | ||
referenceCcdasForIncorporation=C:/Users/AIadministrator/git/site-ccdas/ReferenceSamples | ||
CcdasForNegativeTesting=C:/Users/AIadministrator/git/site-ccdas/NegativeTestingSamples | ||
|
||
showVocabularyValidation=true | ||
showDataQualityValidation=false | ||
|
||
ReferenceDownloadFiles=C:/Users/AIadministrator/git/site-ccdas/TestInputFiles |
Empty file.
Empty file.
16 changes: 16 additions & 0 deletions
16
...ortal/directtransport-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
trustBundleFile=/Users/chris/Development/tomcat/tomcat-SITE/temp/TrustBundle.p7b | ||
trustAnchorDir=/Users/chris/Development/tomcat/tomcat-SITE/temp/TrustAnchors | ||
tempUploadDir=/Users/chris/Development/tomcat/tomcat-SITE/temp | ||
sampleCcdaDir=/Users/chris/Development/tomcat/tomcat-SITE/temp/sample_ccdas | ||
|
||
directFromEndpoint=[email protected] | ||
#smtphostname=direct.sitenv.org | ||
smtphostname=localhost | ||
smtpport=25 | ||
smtpusername=provider1 | ||
smtppswdPath=C:/Programming/tomcat/directCredentials.txt | ||
smtpenablessl=false | ||
|
||
serviceContext=http://localhost:8080/delegate | ||
|
||
getDcService=http://devccda.sitenv.org/GetDCService |
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions
3
site-portal/qrda-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
qrdaValidatorUrl = http://localhost:7080/QrdaValidatorServices/QRDA/Validate | ||
#qrdaValidatorUrl = http://54.200.51.225:8080/QrdaValidatorServices/QRDA/Validate | ||
#qrdaValidatorUrl = http://54.201.17.52:8080/QrdaValidatorServices/QRDA/Validate |
Empty file.
25 changes: 25 additions & 0 deletions
25
site-portal/smtp-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#surround in quotes if not linking | ||
#more docs here: C:\\Users\\AIadministrator\\Documents\\_xml | ||
sampleCcdaDir=C:\\Users\\AIadministrator\\Google Drive\\Dragon\\MDHT\\Artifacts\\JIRA\\XML_CCDA_Docs | ||
|
||
hisptoemailaddress=[email protected] | ||
|
||
#smtppswdPath=/var/opt/sitenv/config/directCredentials.txt | ||
|
||
#SMTP mail properties | ||
mail.smtp.user=provider1 | ||
mail.smtp.host=localhost | ||
mail.smtp.port=25 | ||
#mail.smtp.socketFactory.port=25 | ||
#mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory | ||
mail.smtp.auth=true | ||
mail.smtp.ssl.enable=false | ||
|
||
#POP3 mail properties | ||
mail.pop3.user=provider1 | ||
mail.pop3.host=devedge.direct.sitenv.org | ||
mail.pop3.port=110 | ||
mail.pop3.ssl.enable=false | ||
#mail.pop3.socketFactory.port=110 | ||
#mail.pop3.socketFactory.class=javax.net.ssl.SSLSocketFactory | ||
mail.pop3.socketFactory.fallback=false |
6 changes: 6 additions & 0 deletions
6
site-portal/statistics-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
googleAnalyticsp12CertPath=E:/Brian/Development/Ai/Documents/dfe392e5fc170841f90a5324f3cf2fc5bb0a1a34-privatekey.p12 | ||
|
||
ccdaValidationStatisticsSeed=7600 | ||
directSendStatisticsSeed=0 | ||
directReceiveStatisticsSeed=4968 | ||
smtpReceiveStatisticsSeed=4968 |
Empty file.
10 changes: 10 additions & 0 deletions
10
site-portal/xdrvalidator-portlet/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
xdrvalidator.service.endpoint=http://devsoap.sitenv.org/xdrvalidator/Dispatcher/XDRService.wsdl | ||
|
||
|
||
sampleCcdaDir=C:/Users/AIadministrator/Documents/_xml | ||
|
||
|
||
xdrvalidator.service.sftpserver=devsoap.sitenv.org | ||
xdrvalidator.service.sftpkey=/Users/chris/Documents/Audacious\ Inquiry/Old\ Computer/Desktop/certs/xdrvalidator/xdrvalidator | ||
xdrvalidator.service.sftpremotedir=/var/opt/sitenv/xdrvalidator/data/xdrvalidator | ||
xdrvalidator.service.sftpusername=xdrvalidator |
5 changes: 5 additions & 0 deletions
5
site-services/ccda/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CCDAValidationServiceURL=http://localhost:7080/CCDADocumentValidator/ValidationController | ||
NonSpecificCCDAValidationServiceURL=http://localhost:7080/BaseCCDADocumentValidator/ValidationController | ||
CCDAv2ValidationServiceURL=http://localhost:7080/CCDAR2DocumentValidator/ValidationController | ||
ExtendedCCDAValidationServiceURL=http://localhost:7080/CCDAExtendedValidatorService/validateXML | ||
CCDADataQualityValidationServiceURL=http://localhost:8070/CCDADataQualityValidatorService/validateDataQuality |
16 changes: 16 additions & 0 deletions
16
site-services/qrda/src/main/resources/environment.development-brown.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
schematronWrkspDir=/Users/chris/Development/eclipseWorkspaces/schematronHome | ||
schematronUploadedfileTmpDir=/Users/chris/Development/eclipseWorkspaces/schematronHome/Temp | ||
schematronCtgryIbldtmpFile=/Users/chris/Development/eclipseWorkspaces/schematronHome/build_template_categoryI_linux.xml | ||
schematronCtgryIIIbldtmpFile=/Users/chris/Development/eclipseWorkspaces/schematronHome/build_template_categoryIII_linux.xml | ||
antCmds=/usr/local/bin/ant||-lib||"/Users/chris/Development/jars/usr/share/ant/lib/saxon9he.jar"||-f | ||
schematronResultDir=/Users/chris/Development/eclipseWorkspaces/schematronHome/Results | ||
qrdaxsdpath=/Users/chris/Development/eclipseWorkspaces/schematronHome/XSD/CDA_SDTC.xsd | ||
linuxjavahome=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/ | ||
|
||
#schematronWrkspDir=C:\\Projects\\ONC\\SITE\\QRDA\\Schematron | ||
#schematronUploadedfileTmpDir = C:\\Projects\\ONC\\SITE\\QRDA\\Schematron\\temp | ||
#schematronCtgryIbldtmpFile = C:\\Projects\\ONC\\SITE\\QRDA\\Schematron\\build_template_categoryI.xml | ||
#schematronCtgryIIIbldtmpFile = C:\\Projects\\ONC\\SITE\\QRDA\\Schematron\\build_template_categoryIII.xml | ||
#antCmds = cmd.exe||/c||\"\"C:\\Program Files\\Apache Software Foundation\\apache-ant-1.9.2\\bin\\ant.bat\"||-lib||\"C:\\Program Files\\Apache Software Foundation\\apache-ant-1.9.2\\lib\\saxon9he.jar\"||-buildfile | ||
#schematronResultDir=C:\\Projects\\ONC\\SITE\\QRDA\\Schematron\\ValidationResult | ||
#qrdaxsdpath=C:\\Projects\\ONC\\SITE\\QRDA\\Schematron\\XSD\\CDA_SDTC.xsd |
Empty file.