195. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/21/2018 6:58:23 AM Central 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.

195.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip .env.docker Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip .env.docker Tue Feb 13 15:36:27 2018 UTC

195.2 Comparison summary

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

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

195.4 Active regular expressions

No regular expressions were active.

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