815. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2019 3:00:36 PM Eastern 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.

815.1 Files compared

# Location File Last Modified
1 WebVRAM Source Code Files.zip\Sources\WebVRAM.Web.ng appsettings.Development.json Tue Feb 19 16:51:12 2019 UTC
2 WebVRAM Source Code Files.zip\Sources\WebVRAM.Web.ng appsettings.Development.json Fri Mar 29 18:50:39 2019 UTC

815.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 100
Changed 3 8
Inserted 0 0
Removed 0 0

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

815.4 Active regular expressions

No regular expressions were active.

815.5 Comparison detail

  1   {
  2     // Azure  Vault
  3     // readm e @ https: //docs.mic rosoft.com /en-us/azu re/key-vau lt/key-vau lt-use-fro m-web-appl ication
  4     "Vault":  "https:// va-webvram -devtest-v ault.vault .usgovclou dapi.net/" ,
  5     "ClientI d": "96f88 9ee-3654-4 f61-b369-5 f93574edc3 7",
  6     "ClientS ecret": "A zure Activ e Director y Key (for  example:  g58K3dtg59 o1Pa+e59v2 Tx829w6VxT B2yv9sv/10 1di=)",
  7  
  8     // Loggi ng
  9     "Serilog ": {
  10       "Minim umLevel":  {
  11         "Def ault": "De bug"
  12       }
  13     },
  14  
  15     // Datab ase
  16     "Databas e": {
  17         "Connectio nString":  "metadata= res://*/Do main.WebVR AMModel.cs dl|res://* /Domain.We bVRAMModel .ssdl|res: //*/Domain .WebVRAMMo del.msl;pr ovider=Sys tem.Data.S qlClient;p rovider co nnection s tring=&quo t;data sou rce= DNS . URL             ;initial c atalog=Web VRAM_Dev;p ersist sec urity info =True;user  id=VRAMWe bUser;pass word=VRAMW ebPa55Wrd% %;Multiple ActiveResu ltSets=Tru e;App=Enti tyFramewor k"" 
  18     },
  19  
  20     // WebVR AM 
  21     "WebVRAM ": {
  22       "Angul ar": {
  23         "Web ApiDirecto ry": "api/ ",
  24         "Ang ularViewsD irectory"  : "ng/view s/",
  25         "Ang ularTempla tesDirecto ry": "ng/t emplates/" ,
  26         "Ang ularDebugE nabled": t rue,
  27         "Ang ularLoggin gEnabled":  true,
  28         "Idl eWatchEnab led": true ,
  29         "Idl eTime": 60 0,
  30         "Idl eTimeout":  60,
  31         "Iam Enabled":  false,
  32         "Dat eTimeZoneF ormat": "M /D/YYYY, h :mm A z",
  33         "Dat eTimeForma t": "M/D/Y YYY, h:mm  A" 
  34       },
  35                    "Vis ta": {
  36                              "Hostname" : " DNS . URL         ",
  37                              "RpcPort":   PORT ,
  38                             "MenuO ption": "K PA VRAM GU I",
  39                             "BseAp plicationP assPhrase" : "TBD"
  40                    },
  41       "JWT":  {
  42           "JwtRegist eredClaims ": " DNS.URL ",
  43         
  44         // E xpiration  in days
  45         "Jwt Expiration ": 7,
  46         
  47         // J wtSecurity Key (AES25 6KW) MUST  be 32 byte s
  48         "Jwt SecurityKe y": "VrKXe yFHxqBFb9c 3bLdzk2Ejt vvG9Upm",
  49         
  50         // J wtSignatur eKey (HMAC _SHA512) S HOULD be > = 64 bytes
  51         "Jwt SignatureK ey": "8Wwf JMQC73M4dS CqNkcrHgHe k8Q32DQwNt UVdUGRSjJ3 XrPVZvA2Sm 2Ja8ZMNSQQ "
  52       }
  53     }
  54   }