mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-21 16:52:00 -07:00
fix(.env): Updating .env-local example
This commit is contained in:
+5
-1
@@ -6,11 +6,14 @@ RPC_USERNAME=bitcoin
|
|||||||
RPC_PASSWORD=password
|
RPC_PASSWORD=password
|
||||||
|
|
||||||
# Fulcrum Indexer
|
# Fulcrum Indexer
|
||||||
FULCRUM_API=http://192.168.2.127:3001
|
FULCRUM_API=http://192.168.2.127:3001/v1
|
||||||
|
|
||||||
# SLP Indexer
|
# SLP Indexer
|
||||||
SLP_INDEXER_API=http://192.168.2.127:5010
|
SLP_INDEXER_API=http://192.168.2.127:5010
|
||||||
|
|
||||||
|
# REST API URL for wallet operations
|
||||||
|
LOCAL_RESTURL=http://localhost:5942/v6/
|
||||||
|
|
||||||
# END INFRASTRUCTURE SETUP
|
# END INFRASTRUCTURE SETUP
|
||||||
|
|
||||||
|
|
||||||
@@ -21,5 +24,6 @@ X402_ENABLED=false
|
|||||||
|
|
||||||
# Basic Authentication required to access this API?
|
# Basic Authentication required to access this API?
|
||||||
USE_BASIC_AUTH=false
|
USE_BASIC_AUTH=false
|
||||||
|
#BASIC_AUTH_TOKEN=some-random-token
|
||||||
|
|
||||||
# END ACCESS CONTROL
|
# END ACCESS CONTROL
|
||||||
Reference in New Issue
Block a user