mirror of
https://github.com/Qortal/qortal.git
synced 2026-04-26 19:49:22 +00:00
13 lines
335 B
Bash
13 lines
335 B
Bash
QORTAL_CONTAINER_NAME=qortal-core
|
|
QORTAL_NETWORK_NAME=qortal-net
|
|
|
|
# Keep these in sync with values in ./data/qortal/settings.json
|
|
QORTAL_API_PORT=12391
|
|
QORTAL_P2P_PORT=12392
|
|
QORTAL_QDN_PORT=12394
|
|
|
|
# Host bind addresses used by docker-compose.yml
|
|
QORTAL_API_BIND_HOST=127.0.0.1
|
|
QORTAL_P2P_BIND_HOST=0.0.0.0
|
|
QORTAL_QDN_BIND_HOST=0.0.0.0
|