Skip to content

Commit

Permalink
Merge pull request zowe#2 from zowe/feature/mediation-layer
Browse files Browse the repository at this point in the history
First cut of JSON & Args for mediation layer
From Tim Gerstel & Kyle Richards, tested by me.
  • Loading branch information
1000TurquoisePogs authored Aug 20, 2018
2 parents dcdc824 + 927dbbc commit eb14de1
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/zluxserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"http": {
"port": 8543
},
"mediationLayer": {
"server": {
"hostname": "localhost",
"port": 10011,
"isHttps": false
},
"enabled": false
},
"childProcesses": [
{
"path": "../bin/zssServer.sh",
Expand Down
Loading

0 comments on commit eb14de1

Please sign in to comment.