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

168.1 Files compared

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

168.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 82
Changed 5 18
Inserted 0 0
Removed 0 0

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

168.4 Active regular expressions

No regular expressions were active.

168.5 Comparison detail

  1   # .env.pro d
  2   # DEPLOY_T YPE=prod
  3  
  4   # export e nv_prod_fi le=$(echo  '.env.prod ' >> debug _env_load_ order.txt)
  5  
  6   export APP _URL=https :/ URL
  7   export APP _LOGIN_URL ='https:// URL '
  8  
  9   # This is  the inbox  that will  receive me ssages whe n users cl ick "Reque st CUI
  10   # Support"  link at b ottom of / sign_in.
  11  
  12   export SUP PORT_REQUE ST_INBOX=" P I                "
  13  
  14   ########## ########## ########## ########## #########
  15   ##### Envi ronment va riables re lated to d ata #####
  16   #####   (E xamManagem ent and Ex amResponse )   #####
  17   #####             bei ng sent to  DAS           #####
  18   ########## ########## ########## ########## #########
  19   export DAS _ECRUD_ENA BLE_NOTIFI CATIONS="t rue"
  20   export DAS _API_URL=" https:// URL "
  21  
  22   ########## ########## ########## ########## ########## ######
  23   ########## ##### VIA  CONFIGURAT ION####### ########## ######
  24   ########## ########## ########## ########## ########## ######
  25   export VIA _REQ_APP=" CUI_App"
  26   export VIA _CONS_APP_ TOKEN=" Vs ID
"
  27   export VIA _CONS_APP_ PASS=" VsID "
  28   export VIA _ACTIVE_FO R_CPP=true
  29   export VIA _ACTIVE_FO R_CUI=true
  30   export VIA _HOST=" DNS  .via.va.go v"
  31   export VIA _IP=" IP   # alternat e address  " IP
  32   export VIA _API_URL=" https:// DNS "
  33  
  34   ########## ########## ########## ########## #########
  35   ########## ### SSOi C onfigurati on ####### ##########
  36   ########## ########## ########## ########## ##########
  37   export SSO I_CALLBACK _URL="http s://www.cu i.va.gov/s aml/cuical lback"
  38   export SSO I_ISSUER=" AWSCUI"
  39   export SSO I_IDP_TARG ET_URL="ht tps://logo n.iam.va.g ov/affwebs ervices/pu blic/saml2 sso?SPID=A WSCUI& RelayState =https://w ww.cui.va. gov"
  40   export SSO I_IDP_CERT _FINGERPRI NT="F4:98: AC:89:74:8 6:12:23:2A :50:76:43: B0:02:B2:2 1:7D:F7:1A :58"
  41   export NAM E_IDENTIFI ER_FORMAT= "urn:oasis :names:tc: SAML:2.0:n ameid-form at:email"
  42   export SSO I_CERTIFIC ATE="ssl/p rod/cui-sa ml.crt"
  43   export SSO I_PRIVATE_ KEY="ssl/p rod/www.de v-cui.va.g ov.key"  # dev key us ed in all
  44  
  45   ########## ########## ########## ########## ##########
  46   ########## ## PUMA SS L BIND ATT RIBUTES ## ##########
  47   ########## ########## ########## ########## ##########
  48   export PUM A_SSL_KEY_ PATH="./ss l/prod/www .dev-cui.v a.gov.key"
  49   export PUM A_SSL_CERT _PATH="./s sl/prod/ww w.dev-cui. va.gov.crt "
  50