mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
linting
This commit is contained in:
Vendored
+1
-1
@@ -135,7 +135,7 @@ export default {
|
|||||||
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 5668,
|
ipfsTcpPort: process.env.IPFS_TCP_PORT ? process.env.IPFS_TCP_PORT : 5668,
|
||||||
ipfsWsPort: process.env.IPFS_WS_PORT ? process.env.IPFS_WS_PORT : 5669,
|
ipfsWsPort: process.env.IPFS_WS_PORT ? process.env.IPFS_WS_PORT : 5669,
|
||||||
ipfsWebRtcPort: process.env.IPFS_WEB_RTC_PORT ? process.env.IPFS_WEB_RTC_PORT : 5670,
|
ipfsWebRtcPort: process.env.IPFS_WEB_RTC_PORT ? process.env.IPFS_WEB_RTC_PORT : 5670,
|
||||||
connectPref: process.env.CONNECT_PREF, // Used in helia-coord to select connection preference.
|
connectPref: process.env.CONNECT_PREF, // Used in helia-coord to select connection preference.
|
||||||
|
|
||||||
// Settings for production, using external go-ipfs node.
|
// Settings for production, using external go-ipfs node.
|
||||||
isProduction: process.env.SVC_ENV === 'prod' ? true : false,
|
isProduction: process.env.SVC_ENV === 'prod' ? true : false,
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class RESTControllers {
|
|||||||
// Attach the REST API Controllers associated with the /fulcrum route
|
// Attach the REST API Controllers associated with the /fulcrum route
|
||||||
const bchRESTController = new BCHRESTController(dependencies)
|
const bchRESTController = new BCHRESTController(dependencies)
|
||||||
bchRESTController.attach(app)
|
bchRESTController.attach(app)
|
||||||
|
|
||||||
// Attach the REST API Controllers associated with the /usage route
|
// Attach the REST API Controllers associated with the /usage route
|
||||||
const usageRESTController = new UsageRESTController(dependencies)
|
const usageRESTController = new UsageRESTController(dependencies)
|
||||||
usageRESTController.attach(app)
|
usageRESTController.attach(app)
|
||||||
|
|||||||
Reference in New Issue
Block a user