Skip to content

Commit

Permalink
refs #123 - should wrap it up
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoV-PDMFC committed Nov 9, 2022
1 parent 4cf77a9 commit de5bb30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fgt-api/server-helm.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ function failServerBoot(reason){
}

async function bootAPIServer(){
if (bricksDomain)
console.log("Booting FGT API server with bricksDomain: " + bricksDomain)
require(path.join(currentPath, "participants", ROLE, "index.js"));
}

Expand Down
2 changes: 2 additions & 0 deletions fgt-api/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ function overWriteCredentialsByRole(){
}

async function bootAPIServer(){
if (bricksDomain)
console.log("Booting FGT API server with bricksDomain: " + bricksDomain)
require(path.join(currentPath, "participants", ROLE, "index.js"));
}

Expand Down
2 changes: 2 additions & 0 deletions octopus-freeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,3 +1083,5 @@





0 comments on commit de5bb30

Please sign in to comment.