-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv_example
31 lines (18 loc) · 927 Bytes
/
env_example
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
30
31
HEDERA_NETWORK=testnet
NFT_STORAGE_KEY=xxx
# Used to pay for transactions
OPERATOR_ACCOUNT_ID=x.x.xxxxxxx
OPERATOR_PRIVATE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Used to hold the newly created tokens
TREASURY_ACCOUNT_ID=x.x.xxxxxxx
TREASURY_PRIVATE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Used to pay for the renewal of the NFT
AUTO_RENEW_ACCOUNT_ID=x.x.xxxxxxx
AUTO_RENEW_PRIVATE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# If set, this supply key will will be used when creating a new Token
# If not set, we will create a new supply key for you
SUPPLY_PRIVATE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Use to mint new tokens into the treasury
NFT_TOKEN_ID=x.x.xxxxxxx
NFT_SUPPLY_PRIVATE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MERGE_ATTRIBUTES_TO_PROPERTIES=false