20192. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/20/2018 10:12:21 AM 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.

20192.1 Files compared

# Location File Last Modified
1 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application-int.properties Tue Apr 10 06:18:41 2018 UTC
2 CCRS.zip\CCRS\CCRS-BUSRULES-v1.5.3.zip\CCRS-BUSRULES-v1.5.3-436e6fff1115001d614ccd45b469ad60a9bdb27b\brengine\src\main\resources application-int.properties Thu Jun 14 14:56:11 2018 UTC

20192.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 74
Changed 5 20
Inserted 0 0
Removed 0 0

20192.3 Comparison options

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

20192.4 Active regular expressions

No regular expressions were active.

20192.5 Comparison detail

  1   spring.mai n.banner-m ode=off
  2   management .security. enabled=fa lse
  3  
  4   # DB
  5   spring.jpa .hibernate .ddl-auto= none
  6   spring.jpa .hibernate .default_c atalog=ccr sdb
  7   spring.jpa .hibernate .default_s chema=dbo
  8  
  9   spring.dat asource.ur l=jdbc:sql server:// IP ;databaseN ame=CCRSDB ;schema=db o
  10   spring.dat asource.us ername= AI
  11   spring.dat asource.pa ssword= AI
  12   spring.dat asource.dr iverClassN ame=com.mi crosoft.sq lserver.jd bc.SQLServ erDriver
  13   spring.jpa .hibernate .dialect=o rg.hiberna te.dialect .SQLServer 2012Dialec t
  14  
  15   # Show or  not log fo r each sql  query
  16   spring.jpa .show-sql= true
  17   spring.jpa .propertie s.hibernat e.use_sql_ comments=t rue
  18   spring.jpa .propertie s.hibernat e.format_s ql=true
  19  
  20   # enable/d isable db  batch poll er
  21   batch.tabl e.check.en able=false
  22   # enable/d isable dec ision pend ing review  approval  check
  23   decision.r eview.chec k.enable=f alse
  24  
  25   # email pr operties
  26   spring.mai l.host=smt pout.secur eserver.ne t
  27   spring.mai l.password = AI
  28   spring.mai l.username = AI
  29  
  30   batch.comp letion.ema il.to= URL
  31   email.disa bled=true
  32  
  33   # test dat a
  34   # TODO: se parate fil e
  35   testdata.o utcome.etl _batch_id= CCN4_837I_ 20171031
  36   testdata.o utcome.ins t_claim_li ne_key=236
  37  
  38   # security  for admin app, only  for dev, s hould be u sing AD in  VA
  39   adminapp.u ser= AI
  40   adminapp.p assword= AI
  41  
  42   # security  for api
  43   api.user= AI
  44   api.passwo rd= AI
  45  
  46   #How users  authentic ate. Optio ns: IN_MEM ORY, ACTIV E_DIRECTOR Y, MUTUAL_ AUTH  
  47   user.authe ntication. strategy=I N_MEMORY