Skip to content

Commit

Permalink
Print GitHub config URLs on startup
Browse files Browse the repository at this point in the history
This helps getting a dev environment set up.
  • Loading branch information
patrickbkr committed Nov 6, 2023
1 parent b0d422d commit d83866d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/RakudoCIBot.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ method start() {
$http.start;

say "Listening at http://{config.web-host}:{config.web-port}";
say "GitHub Homepage URL: {config.hook-url}";
say "GitHub Callback URL: {config.hook-url}gh-oauth-callback";
say "GitHub Webhook URL: {config.hook-url}github-hook";
}

method stop() {
Expand Down

0 comments on commit d83866d

Please sign in to comment.