change default port to 8000
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
946156c257
commit
d0fedc5923
|
@ -6,7 +6,7 @@ import Builds from './builds'
|
||||||
import Comments from './comments'
|
import Comments from './comments'
|
||||||
|
|
||||||
/* DEFAULTS */
|
/* 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_TOKEN = process.env.GH_TOKEN || null
|
||||||
const GH_REPO_OWNER = 'status-im'
|
const GH_REPO_OWNER = 'status-im'
|
||||||
const GH_REPO_NAME = 'status-react'
|
const GH_REPO_NAME = 'status-react'
|
||||||
|
|
Loading…
Reference in New Issue