20191. EPMO Open Source Coordination Office Redaction File Detail Report

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

20191.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-h2.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-h2.properties Thu Jun 14 14:47:43 2018 UTC

20191.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 86
Changed 6 18
Inserted 0 0
Removed 0 0

20191.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

20191.4 Active regular expressions

No regular expressions were active.

20191.5 Comparison detail

  1   spring.jpa .hibernate .dialect=o rg.hiberna te.dialect .H2Dialect
  2  
  3   spring.dat asource.ty pe=com.zax xer.hikari .HikariDat aSource
  4   spring.dat asource.ur l=jdbc:h2: ./h2/ccrs- web
  5  
  6   spring.h2. console.en abled=true
  7  
  8   spring.jpa .propertie s.hibernat e.show_sql =true
  9   spring.jpa .propertie s.hibernat e.use_sql_ comments=t rue
  10   spring.jpa .propertie s.hibernat e.format_s ql=true
  11  
  12   spring.jpa .hibernate .ddl-auto= none
  13  
  14   management .security. enabled=fa lse
  15  
  16   # enable/d isable db  batch poll er
  17   batch.tabl e.check.en able=false
  18   # enable/d isable dec ision pend ing review  approval  check
  19   decision.r eview.chec k.enable=t rue
  20  
  21   # enable/d isable seo c reposito ry check
  22   seoc.repos itory.chec k.enable=f alse
  23   # cron sch edule for  repo check
  24   seoc.repos itory.chec k.cron=0 0 /2 * * * ?
  25   # url of w ebservice  providing  access to  repo
  26   seoc.repos itory.webs ervice.url =http://lo calhost: PORT /mockSeocS ervice
  27  
  28   # email pr operties
  29   spring.mai l.host=smt pout.secur eserver.ne t
  30   spring.mai l.password = AI
  31   spring.mai l.username = AI
  32  
  33   batch.comp letion.ema il.to= URL
  34   email.disa bled=true
  35  
  36   # security  for admin app, only  for dev, s hould be u sing AD in  VA
  37   adminapp.u ser= AI
  38   adminapp.p assword= AI
  39   adminapp.a uthority=A Z-SYNC-USE RS
  40  
  41   # security  for api
  42   api.user= AI
  43   api.passwo rd= AI
  44   generic.au thority=CC RSDBOPS
  45  
  46   allow.h2.c onsole=tru e
  47  
  48   ad.url=lda p://URL.PO RT
  49   ad.rootDn= dc=favorte ch,dc=loca l
  50  
  51   #How users  authentic ate. Optio ns: IN_MEM ORY, ACTIV E_DIRECTOR Y, MUTUAL_ AUTH  
  52   user.authe ntication. strategy=I N_MEMORY