Skip to content

Commit

Permalink
[DEBUG] add config elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 16, 2025
1 parent 4d23081 commit 3b937df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config.joi.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ const joiSchema = joi.object({
},
certFilePaths: certFilePathsJoi,
internalCertFilePaths: certFilePathsJoi,
healthcheckServer: joi.any(),
localCache: joi.any(),
});

module.exports = {
Expand Down

0 comments on commit 3b937df

Please sign in to comment.