591. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/14/2017 1:29:04 PM Eastern Standard 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.

591.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.3.2-source.zip .env.docker Mon Nov 20 23:19:07 2017 UTC
2 CUI-CPP-v2.3.2-source.zip .env.docker Tue Dec 12 20:15:32 2017 UTC

591.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 44
Changed 1 2
Inserted 0 0
Removed 0 0

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

591.4 Active regular expressions

No regular expressions were active.

591.5 Comparison detail

  1   # .env.doc ker
  2   # DEPLOY_T YPE=docker
  3   # used whe n using do cker conta iners on l ocalhost
  4  
  5   # export e nv_docker_ file=$(ech o '.env.do cker' >> d ebug_env_l oad_order. txt)
  6  
  7  
  8   ########## ########## ########## ####
  9   ## databas e
  10  
  11   export DBH OST=db
  12  
  13   export DBR ESET=false
  14  
  15  
  16   ########## ########## ########## ########## ########## ##########
  17   # redis se rver relat ed
  18  
  19   export RED IS_HOST=re dis
  20   export RED IS_PORT= PORT
  21   export RED IS_DB_DEFA ULT=0
  22  
  23   export RED IS_URL=red is://$REDI S_HOST:$RE DIS_PORT/$ REDIS_DB_D EFAULT