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

20197.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-vasqa.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-vasqa.properties Fri Jun 15 13:52:10 2018 UTC

20197.2 Comparison summary

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

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

20197.4 Active regular expressions

No regular expressions were active.

20197.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= false
  17   spring.jpa .propertie s.hibernat e.use_sql_ comments=f alse
  18   spring.jpa .propertie s.hibernat e.format_s ql=false
  19   logging.le vel.root=I NFO
  20  
  21   spring.mai l.host= DNS         
  22   batch.comp letion.ema il.to= URL URL
  23  
  24   adminapp.u ser= AI
  25   adminapp.p assword=c AI
  26   adminapp.a uthority=A DMINS
  27  
  28   api.user= AI
  29   api.passwo rd= AI
  30   generic.au thority=GE NERIC
  31  
  32   #ldap.sear ch.base=OU =FavorTech ,DC=favort ech,DC=loc al
  33   #ldap.grou p.search.b ase=DC=fav ortech,DC= local
  34   #ldap.url= ldap:/
D NS : PORT
  35   #ldap.bind .dn=CN=CCR S LDAP,OU= Domain Ser vice Acct, OU=FavorTe ch,DC=favo rtech,DC=l ocal
  36   #ldap.bind .pw=
  37  
  38   #How users  authentic ate. Optio ns: IN_MEM ORY, ACTIV E_DIRECTOR Y, MUTUAL_ AUTH
  39   user.authe ntication. strategy=I N_MEMORY
  40  
  41   # enable/d isable seo c reposito ry check
  42   seoc.repos itory.chec k.enable=t rue
  43   # cron sch edule for  repo check , every 15  mins for  demo
  44   seoc.repos itory.chec k.cron=0 0 /15 * * *  ?
  45   # url of w ebservice  providing  access to  repo
  46   seoc.repos itory.webs ervice.url =http:// dn s  URL . PORT
  47