-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
24 lines (17 loc) · 851 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
FLOW_WALLET_ADMIN_ADDRESS=0x5dfbd0d5aba6acf7
FLOW_WALLET_ADMIN_PRIVATE_KEY=6358361f105b658bdab5cfa8cd103706081469770fb88a8dec104590a93f7344
FLOW_WALLET_DATABASE_TYPE=psql
FLOW_WALLET_DATABASE_DSN=postgresql://wallet:wallet@localhost:5432/wallet
# testnet
FLOW_WALLET_ACCESS_API_HOST=access.testnet.nodes.onflow.org:9000
FLOW_WALLET_CHAIN_ID=flow-testnet
# mainnet
# FLOW_WALLET_ACCESS_API_HOST=access.mainnet.nodes.onflow.org:9000
# FLOW_WALLET_CHAIN_ID=flow-mainnet
# When set to "local", private keys are generated by the API
# and stored as encrypted text in the database.
FLOW_WALLET_DEFAULT_KEY_TYPE=local
FLOW_WALLET_ENCRYPTION_KEY=faae4ed1c30f4e4555ee3a71f1044a8e
FLOW_WALLET_ENCRYPTION_KEY_TYPE=local
FLOW_WALLET_ENABLED_TOKENS=FUSD:0xe223d8a629e49c68:fusd,FlowToken:0x7e60df042a9c0868:flowToken
FLOW_WALLET_ADMIN_PROPOSAL_KEY_COUNT=50