mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #150 from Permissionless-Software-Foundation/ct-unstable
fix(config): web2Api can be set with env var
This commit is contained in:
Vendored
+1
-1
@@ -122,7 +122,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// If this node has an IP4 address or domain name used to provide a REST API.
|
// If this node has an IP4 address or domain name used to provide a REST API.
|
||||||
web2Api: null
|
web2Api: process.env.WEB2_API ? process.env.WEB2_API : null
|
||||||
},
|
},
|
||||||
|
|
||||||
// IPFS Ports
|
// IPFS Ports
|
||||||
|
|||||||
Reference in New Issue
Block a user