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

171.1 Files compared

# Location File Last Modified
1 CUI-v2.5.0-release-source.zip .env.test Fri Mar 23 17:02:06 2018 UTC
2 CUI-v2.5.0-release-source.zip .env.test Fri May 18 15:48:30 2018 UTC

171.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 8 114
Changed 8 16
Inserted 0 0
Removed 0 0

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

171.4 Active regular expressions

No regular expressions were active.

171.5 Comparison detail

  1   # .env.tes t
  2   # This is  used when  RAILS_ENV  is set to  test
  3  
  4   # export e nv_test_fi le=$(echo  '.env.test ' >> debug _env_load_ order.txt)
  5  
  6   export DOC KER_HOST_W EB_PORT= PORT
  7  
  8   # Is this  the right  place for  this?? - R Frost
  9   ########## ########## ########## ########## ########## ########## ########## #########
  10   # Environm ent variab les relate d to data  (ExamManag ement and  ExamRespon se) being  sent to DA S
  11   ########## ########## ########## ########## ########## ########## ########## #########
  12   export VLE R_DAS_ENAB LE_NOTIFIC ATIONS=tru e
  13   export VLE R_DAS_EXAM _MANAGEMEN T_URL="htt ps:// URL "
  14   export VLE R_DAS_CERT ="./ssl/vl er-das/www .dev-cui.v a.gov.crt"
  15   export VLE R_DAS_CACE RT="./ssl/ vler-das/c achain.crt "
  16   export VLE R_DAS_KEYF ILE="./ssl /vler-das/ cui.va.gov .key"
  17   export VLE R_DAS_EXAM _RESPONSE_ URL="https :// U R L "
  18  
  19   ########## ########## ########## ########## #########
  20   ## SSOi Co nfiguratio n
  21   ########## ########## ########## ########## #########
  22   export SSO I_CALLBACK _URL="http s:// URL "
  23   export SSO I_ISSUER=" AWSCUI"
  24   export SSO I_IDP_TARG ET_URL="ht tps://
D N S   "
  25   export SSO I_IDP_CERT _FINGERPRI NT="AD:11: D3:95:CD:D 7:C2:27:A7 :C7:F7:80: 62:D6:2D:0 4:18:A2:80 :BD"
  26   export SSO I_NAME_IDE NTIFIER_FO RMAT="urn: oasis:name s:tc:SAML: 2.0:nameid -format:em ail"
  27  
  28   export SSO I_CERTIFIC ATE="ssl/t est/cui-sa ml.crt"
  29   export SSO I_PRIVATE_ KEY="ssl/t est/www.de v-cui.va.g ov.key"
  30  
  31   ########## ########## ########## ########## ########## ##########
  32   # Applicat ion/web-se rver relat ed
  33   ########## ########## ########## ########## ########## ##########
  34   export PUM A_WORKERS= 2            # Number  of worker s in addit ion to the  Master Pr ocess
  35   export PUM A_WORKER_T IMEOUT=60    # second s
  36  
  37   export PUM A_MIN_THRE ADS=1        # thread s per mast er/workerp rocess
  38   export PUM A_MAX_THRE ADS=4        # thread s per mast er/worker  process
  39  
  40   export PUM A_BIND='ss l://0.0.0. 0:4567'    # takes pr ecedence o ver all th ese other  things ...
  41  
  42   # NOTE: if  PUMA_BIND  is define d, these t hree value s mean NOT HING >>>
  43   export PUM A_HOST=0.0 .0.0         # typica l could be  127.0.0.1  if you wa nted
  44   export PUM A_PORT= PORT              # Puma con vention ca lls for 92 92; using  unicorn's  default in stead
  45   export PUM A_PROTOCOL ='ssl://'    # tcp is  usually t he protoco l unles bi nd is full y exploite d
  46   export PUM A_DAEMONIZ E=false       # true:  puts puma  into the  background
  47                                      # false:  keeps pum a in the f oreground  (required  by docker  deployment )
  48  
  49   ########## ########## ########## ########## ##########
  50   ## PUMA SS L BIND ATT RIBUTES
  51   ########## ########## ########## ########## ########## #
  52   export PUM A_SSL_KEY_ PATH="./ss l/test/www .dev-cui.v a.gov.key"
  53   export PUM A_SSL_CERT _PATH="./s sl/test/ww w.dev-cui. va.gov.crt "
  54  
  55   ########## ########## ########## ########## ########## ########
  56   ## DAS Sit e-To-Site  Connection
  57   ########## ########## ########## ########## ########## ########
  58   export DAS _HOST="das -sqa.va.go v"
  59   export DAS _IP=" IP "
  60  
  61   ########## ########## ########## ########## ########## ########
  62   ## MVI Sit e-To-Site  Connection
  63   ########## ########## ########## ########## ########## ########
  64   export MVI _HOST="pre prod.servi ces.eauth. va.gov"
  65   export MVI _IP=" IP "