-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env
29 lines (24 loc) · 768 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# NODE PART
NODE_VERSION=2024.06
NODE_CONF_VOLUME=${PWD}/config/node-config
NODE_LOG_VOLUME=${PWD}/logs
NODE_STATE_VOLUME=${PWD}/db
NODE_CONFIG_URL=https://raw.githubusercontent.com/ton-blockchain/ton-blockchain.github.io/main/testnet-global.config.json # Testnet config
NODE_PUBLIC_IP=${TON_NODE_IP}
NODE_LITESERVER=true
NODE_LITESERVER_PORT=43679
NODE_CONSOLE_PORT=43678
# API PART
API_VERSION=2.0.31
API_NETWORK=testnet
API_MODE=onetoone
API_CONF_VOLUME=${PWD}/config/api-config
API_CACHE_ENABLED=0
API_LOGS_JSONIFY=0
API_LOGS_LEVEL=ERROR
API_TONLIB_LITESERVER_CONFIG=/conf/${API_NETWORK}-config-${API_MODE}.json
API_TONLIB_PARALLEL_REQUESTS_PER_LITESERVER=50
API_TONLIB_REQUEST_TIMEOUT=10000
API_GET_METHODS_ENABLED=1
API_JSON_RPC_ENABLED=1
API_ROOT_PATH="/"