Skip to content

Commit

Permalink
Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-markussen committed Jun 12, 2023
1 parent 42064e3 commit 57892d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nodejs/yoda-webhook/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ const optionDefinitions = [
{
name: 'baseurl',
type: String,
description: 'Base API endpoint. Default: https://github.hpe.com/api/v3',
defaultValue: 'https://github.hpe.com/api/v3'
description: 'Base API endpoint. Default: https://api.github.com',
defaultValue: 'https://api.github.com'
},
{
name: 'baseurlui',
type: String,
description: 'Base endpoint for GitHub as seen from the UI. Optional, if not set will be derived from baseurl',
defaultValue: ''
description: 'Base endpoint for GitHub as seen from the UI. Default: https://www.github.com',
defaultValue: 'https://www.github.com'
},
{
name: 'logfile',
Expand Down

0 comments on commit 57892d3

Please sign in to comment.