forked from onflow/kitty-items
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dev
25 lines (19 loc) · 830 Bytes
/
.env.dev
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
CHAIN_ENV=emulator
FAUCET_ADDRESS=""
FLOW_ADDRESS=0xf8d6e0586b0a20c7
FLOW_PRIVATE_KEY=f8e188e8af0b8b414be59c4a1a15cc666c898fb34d94156e9b51e18bfde754a5
FLOW_PUBLIC_KEY=6e70492cb4ec2a6013e916114bc8bf6496f3335562f315e18b085c19da659bdfd88979a5904ae8bd9b4fd52a07fc759bad9551c04f289210784e7b08980516d2
FUNGIBLE_TOKEN_ADDRESS=0xee82856bf20e2aa6
FLOW_TOKEN_ADDRESS=0x0ae53cb6e3f42a79
NON_FUNGIBLE_TOKEN_ADDRESS=0xf8d6e0586b0a20c7
NFT_STOREFRONT_ADDRESS=0xf8d6e0586b0a20c7
METADATA_VIEWS_ADDRESS=0xf8d6e0586b0a20c7
ACCESS_API_WEB=http://localhost:8080
ACCESS_API_BACKEND=http://emulator:8080
API_URL=http://localhost:3000
WALLET_DISCOVERY=http://localhost:8701/fcl/authn
WALLET_TOKEN_AMOUNT_FLOW=100.0
DB_NAME=kittyitems
DB_USER_USER=kittyuser
DB_PASSWORD=kittypassword
DB_URL=postgresql://kittyuser:kittypassword@db:5432/kittyitems