change default port to 8000

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-12-13 14:49:04 +01:00
parent 946156c257
commit d0fedc5923
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import Builds from './builds'
import Comments from './comments'
/* DEFAULTS */
const LISTEN_PORT = process.env.LISTEN_PORT || 3000
const LISTEN_PORT = process.env.LISTEN_PORT || 8000
const GH_TOKEN = process.env.GH_TOKEN || null
const GH_REPO_OWNER = 'status-im'
const GH_REPO_NAME = 'status-react'