Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,21 @@ MAINNET_core_host=127.0.0.1
MAINNET_core_rpc_port=9998
MAINNET_core_rpc_user=dashrpc
MAINNET_core_rpc_password=password
MAINNET_insight_api_url=https://insight.dash.org/insight-api
MAINNET_core_zmq_endpoint=tcp://127.0.0.1:23708
MAINNET_show_in_ui=true

TESTNET_dapi_addresses=https://34.214.48.68:1443,https://52.12.176.90:1443,https://52.34.144.50:1443,https://44.240.98.102:1443,https://54.201.32.131:1443,https://52.10.229.11:1443,https://52.13.132.146:1443,https://52.40.219.41:1443,https://54.149.33.167:1443,https://35.164.23.245:1443,https://52.33.28.47:1443,https://52.43.13.92:1443,https://52.89.154.48:1443,https://52.24.124.162:1443,https://35.85.21.179:1443,https://54.187.14.232:1443,https://54.68.235.201:1443,https://52.13.250.182:1443
TESTNET_core_host=127.0.0.1
TESTNET_core_rpc_port=19998
TESTNET_core_rpc_user=dashrpc
TESTNET_core_rpc_password=password
TESTNET_insight_api_url=https://testnet-insight.dash.org/insight-api
TESTNET_core_zmq_endpoint=tcp://127.0.0.1:23709
TESTNET_show_in_ui=true

DEVNET_dapi_addresses=http://54.203.116.91:1443,http://52.88.16.46:1443,http://34.222.214.170:1443,http://54.214.77.108:1443,http://52.40.186.234:1443,http://54.202.231.20:1443,http://35.89.246.86:1443,http://18.246.227.21:1443,http://44.245.96.164:1443,http://44.247.160.52:1443
DEVNET_core_host=127.0.0.1
DEVNET_core_rpc_port=29998
DEVNET_core_rpc_user=dashrpc
DEVNET_core_rpc_password=password
DEVNET_insight_api_url=
DEVNET_core_zmq_endpoint=tcp://127.0.0.1:23710
DEVNET_show_in_ui=true

LOCAL_dapi_addresses=http://127.0.0.1:2443,http://127.0.0.1:2543,http://127.0.0.1:2643
LOCAL_core_host=127.0.0.1
Expand All @@ -36,6 +30,4 @@ LOCAL_core_rpc_user=dashmate
# Use dashmate cli to retrive it:
# dashmate config get core.rpc.users.dashmate.password --config=local_seed
LOCAL_core_rpc_password=password
LOCAL_insight_api_url=http://localhost:3001/insight-api
LOCAL_core_zmq_endpoint=tcp://127.0.0.1:50298
LOCAL_show_in_ui=true
Loading
Loading