Skip to content

Commit

Permalink
use port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Jan 26, 2024
1 parent a51991d commit 3c22585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main_twitch-mz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
envkey_TWITCH_USERNAME: ${{ secrets.TWITCH_USERNAME }}
envkey_TWITCH_PASSWORD: ${{ secrets.TWITCH_PASSWORD }}
envkey_TWITCH_CHANNELS: ${{ secrets.TWITCH_CHANNELS }}
envkey_PORT: 443

- name: Set up Node.js version
uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion config/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
port: process.env.PORT || 443,
twitch: {
username: process.env.TWITCH_USERNAME,
password: process.env.TWITCH_PASSWORD,
Expand Down

0 comments on commit 3c22585

Please sign in to comment.