Skip to content

Commit

Permalink
Merge branch 'master' into relative-date-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] authored Oct 8, 2022
2 parents 85ac968 + d78a2f4 commit de950a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ const privateConfigSchema = Joi.object({
jenkins_pass: Joi.string(),
jira_user: Joi.string(),
jira_pass: Joi.string(),
bitbucket_username: Joi.string(),
bitbucket_password: Joi.string(),
bitbucket_server_username: Joi.string(),
bitbucket_server_password: Joi.string(),
librariesio_tokens: Joi.arrayFromString().items(Joi.string()),
Expand Down

0 comments on commit de950a6

Please sign in to comment.