forked from Phala-Network/solo-mining-scripts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
15 lines (15 loc) · 797 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NODE_IMAGE=phalanetwork/khala-node
PRUNTIME_IMAGE=phalanetwork/phala-pruntime
PHERRY_IMAGE=phalanetwork/phala-pherry
NODE_VOLUMES=/var/khala-dev-node:/root/data
PRUNTIME_VOLUMES=/var/khala-pruntime-data:/root/data
CORES=
NODE_NAME=
MNEMONIC=
GAS_ACCOUNT_ADDRESS=
OPERATOR=
DCAP_1804=https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntu18.04-server/sgx_linux_x64_driver_1.41.bin
DCAP_2004=https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntu20.04-server/sgx_linux_x64_driver_1.41.bin
ISGX_1804=https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu18.04-server/sgx_linux_x64_driver_2.11.0_2d2b795.bin
ISGX_2004=https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu20.04-server/sgx_linux_x64_driver_2.11.0_2d2b795.bin
version=0.1.7