|
| 1 | +# The active coin: BTC/LTC |
| 2 | +BTCEXP_COIN=BTX |
| 3 | + |
| 4 | +# Host/Port to bind to |
| 5 | +BTCEXP_HOST=127.0.0.1 |
| 6 | +BTCEXP_PORT=3003 |
| 7 | + |
| 8 | +# Bitcoin RPC Credentials (URI -OR- HOST/PORT/USER/PASS) |
| 9 | +BTCEXP_BITCOIND_URI= http://usera:passwordBTX@127.0.0.1:8556 |
| 10 | +BTCEXP_BITCOIND_HOST=localhost |
| 11 | +BTCEXP_BITCOIND_PORT=8556 |
| 12 | +BTCEXP_BITCOIND_USER=user |
| 13 | +BTCEXP_BITCOIND_PASS=passwordBTX |
| 14 | +BTCEXP_BITCOIND_COOKIE=/root/.bitcore/main/.cookie |
| 15 | + |
| 16 | +# Optional ElectrumX Servers, used to display address transaction histories |
| 17 | +# Ref: https://uasf.saltylemon.org/electrum |
| 18 | +BTCEXP_ADDRESS_API=electrumx |
| 19 | +BTCEXP_ELECTRUMX_SERVERS=tls://127.0.0.1:55002 |
| 20 | + |
| 21 | +# Optional InfluxDB Credentials (URI -OR- HOST/PORT/DBNAME/USER/PASS) |
| 22 | +#BTCEXP_ENABLE_INFLUXDB=true |
| 23 | +#BTCEXP_INFLUXDB_URI=influx://username:password@127.0.0.1:8086 |
| 24 | +#BTCEXP_INFLUXDB_HOST=127.0.0.1 |
| 25 | +#BTCEXP_INFLUXDB_PORT=8086 |
| 26 | +#BTCEXP_INFLUXDB_DBNAME=influxdb |
| 27 | +#BTCEXP_INFLUXDB_USER=dbuser |
| 28 | +#BTCEXP_INFLUXDB_PASS=dbpassword |
| 29 | + |
| 30 | +#BTCEXP_COOKIE_SECRET=0000aaaafffffgggggg |
| 31 | + |
| 32 | +# Whether public-demo aspects of the site are active |
| 33 | +#BTCEXP_DEMO=true |
| 34 | + |
| 35 | +# Don't request currency exchange rates |
| 36 | +BTCEXP_NO_RATES=true |
| 37 | + |
| 38 | +# Password protection for site via basic auth (enter any username, only the password is checked) |
| 39 | +#BTCEXP_BASIC_AUTH_PASSWORD=mypassword |
| 40 | + |
| 41 | +# Enable to allow access to all RPC methods |
| 42 | +#BTCEXP_RPC_ALLOWALL=true |
| 43 | + |
| 44 | +# Custom RPC method blacklist |
| 45 | +#BTCEXP_RPC_BLACKLIST=signrawtransaction,sendtoaddress,stop,... |
| 46 | + |
| 47 | +#BTCEXP_IPSTACK_KEY=0000aaaafffffgggggg |
| 48 | +#BTCEXP_GANALYTICS_TRACKING=UA-XXXX-X |
| 49 | +#BTCEXP_SENTRY_URL=https://00000fffffff@sentry.io/XXXX |
0 commit comments