-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ConfigRead for #13. Added import JSON file.
- Loading branch information
1 parent
9ae2834
commit c7dc07d
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
Super.Human.Portal_Agents/data/create_nomad_helper_url.json
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,26 @@ | ||
{ | ||
"title": "Create configuration document required for nomadhelper.html", | ||
"versionjson": "1.0.0", | ||
"steps": [ | ||
{ | ||
"title": "--- Import Documents ---", | ||
"databases": [ | ||
{ | ||
"action": "update", | ||
"filePath": "SuperHumanPortal.nsf", | ||
"documents":[ | ||
{ | ||
"action": "create", | ||
"computeWithForm": true, | ||
"items": { | ||
"Form":"Config Value", | ||
"Key":"nomad_helper_url", | ||
"Value":"https://nomadweb.test22.shi.com/nomad/nomadhelper.html" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
Super.Human.Portal_Agents/data/update_nomad_helper_url.json
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,28 @@ | ||
{ | ||
"title": "Create configuration document required for nomadhelper.html", | ||
"versionjson": "1.0.0", | ||
"steps": [ | ||
{ | ||
"title": "--- Import Documents ---", | ||
"databases": [ | ||
{ | ||
"action": "update", | ||
"filePath": "SuperHumanPortal.nsf", | ||
"documents":[ | ||
{ | ||
"action": "update", | ||
"findDocument": { | ||
"Form":"Config Value", | ||
"Key": "nomad_helper_url" | ||
}, | ||
"computeWithForm": true, | ||
"items": { | ||
"Value":"https://nomadweb.test22.shi.com/nomad/nomadhelper.html" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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
c7dc07d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tagged the wrong issue. Was supposed to be #53.