change default netId
This commit is contained in:
parent
643048774e
commit
e31b738bf7
@ -3,7 +3,7 @@ require('dotenv').config()
|
|||||||
const { jobType } = require('./constants')
|
const { jobType } = require('./constants')
|
||||||
const tornConfig = require('torn-token')
|
const tornConfig = require('torn-token')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
netId: Number(process.env.NET_ID) || 42,
|
netId: Number(process.env.NET_ID) || 1,
|
||||||
redisUrl: process.env.REDIS_URL || 'redis://127.0.0.1:6379',
|
redisUrl: process.env.REDIS_URL || 'redis://127.0.0.1:6379',
|
||||||
httpRpcUrl: process.env.HTTP_RPC_URL,
|
httpRpcUrl: process.env.HTTP_RPC_URL,
|
||||||
wsRpcUrl: process.env.WS_RPC_URL,
|
wsRpcUrl: process.env.WS_RPC_URL,
|
||||||
|
Loading…
Reference in New Issue
Block a user