166. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/24/2018 2:25:00 PM 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.

166.1 Files compared

# Location File Last Modified
1 CUI-v2.5.0-release-source.zip .env.docker Fri Mar 23 17:02:06 2018 UTC
2 CUI-v2.5.0-release-source.zip .env.docker Wed May 16 14:33:36 2018 UTC

166.2 Comparison summary

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

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

166.4 Active regular expressions

No regular expressions were active.

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