mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api-base.git
synced 2026-09-21 16:52:00 -07:00
Merge branch 'master' into bot-unstable
This commit is contained in:
@@ -16,6 +16,9 @@ export LOCAL_RESTURL=http://localhost:5942/v6
|
||||
|
||||
# END INFRASTRUCTURE SETUP
|
||||
|
||||
# Public base URL for apiDoc HTML (optional; used by Docker entrypoint before `npm run docs`).
|
||||
#APIDOC_URL=https://api.example.com
|
||||
|
||||
|
||||
# START ACCESS CONTROL
|
||||
|
||||
@@ -51,3 +54,8 @@ export USE_BASIC_AUTH=true
|
||||
export BASIC_AUTH_TOKEN=some-random-token
|
||||
|
||||
# END ACCESS CONTROL
|
||||
|
||||
# PSF token liquidity price proxy (GET /v6/price/psf). Off by default.
|
||||
#PSF_LIQUIDITY_PROXY_ENABLED=true
|
||||
#PSF_LIQUIDITY_URL=http://192.168.0.126:5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user