Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
updated wrong websocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Oct 19, 2018
1 parent 0daa43d commit 59c53f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Dev | <a href="https://travis-ci.org/zekroTJA/yuri/branches" ><img src="https

## Setup

First of all, you need to create a Discord API Bot Application [**here**](http://discordapp.com/developers/applications/me).
First of all, you need to create a Discord API Bot Application [**here**](http://discordapp.com/developers/applications/me). Also, you need to create an OAuth2 Apllication with it by clicking on *"OAuth2"* and add a redirect to `yourserveraddress/authorize`


Now, you have **2 options** for self-hosting yuri:
Expand Down
2 changes: 1 addition & 1 deletion src/core/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const querystring = require('querystring')

const WEBINTERFACE_VERSION = '1.10.0'
const SESSION_TIMEOUT = 1800 * 1000
const EXPOSE_PORT = 1337
const EXPOSE_PORT = 6612

const STATUS = {
ERROR: 'ERROR',
Expand Down

0 comments on commit 59c53f2

Please sign in to comment.