ADD flow dir

This commit is contained in:
Nathan Dwarshuis 2024-08-12 09:56:11 -04:00
parent 09ccdd2473
commit b933cdc4af
1 changed files with 13 additions and 1 deletions

View File

@ -86,7 +86,7 @@ let devs =
, cifsEntry
"flowILS"
"flowILS"
"\\\\elwood.nist.gov\\63_MML\\63internal\\Flow ILS Share"
"//elwood.nist.gov/63_MML/63internal/Flow ILS Share"
( Some
C.CIFSOpts::{
, cifsoptsUsername = Some "njd2"
@ -94,6 +94,18 @@ let devs =
, cifsoptsGID = Some 36679
}
)
, cifsEntry
"flowBBD"
"flowBBD"
"//Resdata-smb.nist.gov/Div-Shares/644-BBD/644-Flow-Cytometry"
( Some
C.CIFSOpts::{
, cifsoptsUsername = Some "njd2"
, cifsoptsUID = Some 69444
, cifsoptsGID = Some 36679
, cifsoptsDomain = Some "NIST"
}
)
]
in C.StaticConfig::{ scDevices = devs }