generated from usnistgov/opensource-repo
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete integration of people service into MIDAS by enabling loading
of people data into database: * provide load functions to underlying apps * leverage load function at start-up time * add LOAD method to MIDAS app for updating people data into running system.
- Loading branch information
Showing
8 changed files
with
291 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
logfile: midas.log | ||
loglevel: DEBUG | ||
dbio: | ||
factory: fsbased | ||
about: | ||
title: "MIDAS Authoring Services" | ||
describedBy: "http://localhost:9091/midas/docs" | ||
href: "http://localhost:9091/midas/" | ||
services: | ||
dap: | ||
about: | ||
message: "DMP Service is available" | ||
title: "Digital Asset Publication (DAP) Authoring API" | ||
describedBy: "http://localhost:9091/docs/dapsvc-elements.html" | ||
href: "http://localhost:9091/midas/dap" | ||
|
||
clients: | ||
midas: | ||
default_shoulder: mds3 | ||
default: | ||
default_shoulder: mds3 | ||
|
||
dbio: | ||
superusers: [ "rlp3" ] | ||
allowed_project_shoulders: ["mdsx", "mds3", "mds0", "pdr0"] | ||
default_shoulder: mdsx | ||
|
||
include_headers: | ||
"Access-Control-Allow-Origin": "*" | ||
|
||
default_convention: mds3 | ||
conventions: | ||
mdsx: | ||
about: | ||
title: "Digital Asset Publication (DAP) Authoring API (experimental)" | ||
describedBy: "http://localhost:9091/docs/dapsvc-elements.html" | ||
href: "http://localhost:9091/midas/dap/mdsx" | ||
version: mdsx | ||
assign_doi: always | ||
doi_naan: "10.18434" | ||
mds3: | ||
about: | ||
title: "Digital Asset Publication (DAP) Authoring API (mds3 convention)" | ||
describedBy: "http://localhost:9091/docs/dapsvc-elements.html" | ||
href: "http://localhost:9091/midas/dap/mds3" | ||
version: mds3 | ||
assign_doi: always | ||
doi_naan: "10.18434" | ||
nerdstorage: | ||
type: fsbased | ||
store_dir: /data/midas/nerdm | ||
|
||
dmp: | ||
about: | ||
message: "DMP Service is available" | ||
title: "Data Management Plan (DMP) Authoring API" | ||
describedBy: "http://localhost:9091/docs/dmpsvc-elements.html" | ||
href: "http://localhost:9091/midas/dmp" | ||
|
||
clients: | ||
midas: | ||
default_shoulder: mdm1 | ||
default: | ||
default_shoulder: mdm1 | ||
|
||
dbio: | ||
superusers: [ "rlp3" ] | ||
allowed_project_shoulders: ["mdm0", "mdm1"] | ||
default_shoulder: mdm1 | ||
|
||
include_headers: | ||
"Access-Control-Allow-Origin": "*" | ||
|
||
default_convention: mdm1 | ||
conventions: | ||
mdm1: | ||
about: | ||
title: "Data Management Plan (DMP) Authoring API (mdm1 convention)" | ||
describedBy: "http://localhost:9091/docs/dmpsvc-elements.html" | ||
href: "http://localhost:9091/midas/dmp/mdm1" | ||
version: mdm1 | ||
|
||
nsd: | ||
about: | ||
message: "NSD Service" | ||
title: "NIST Staff Directory Service API" | ||
describedBy: "http://localhost:9091/docs/nsdsvc-elements.html" | ||
href: "http://localhost:9091/midas/nsd" | ||
default_convention: nsd1 | ||
db_url: "mongodb://oarop:oarop@mongodb:27017/midas" | ||
data: | ||
dir: /data/nsd | ||
conventions: | ||
nsd1: | ||
about: | ||
title: "NIST Staff Directory Service API (NSD version 1)" | ||
describedBy: "http://localhost:9091/docs/nsdsvc-elements.html" | ||
href: "http://localhost:9091/midas/nsd/nsd1" | ||
version: nsd1 | ||
oar1: | ||
about: | ||
title: "NIST Staff Directory Service API (OAR version 1)" | ||
describedBy: "http://localhost:9091/docs/nsdsvc-elements.html" | ||
href: "http://localhost:9091/midas/nsd/oar1" | ||
version: oar1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.