-
Notifications
You must be signed in to change notification settings - Fork 1
/
.testnet.localhost.env
57 lines (41 loc) · 1.34 KB
/
.testnet.localhost.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
COMPOSE_PROJECT_NAME=algodex-service-local
# Redis Events
REDIS_ADDRESS=localhost
REDIS_PORT=6380
# Redis Queues
REDIS_MQ_ADDRESS=localhost
REDIS_MQ_PORT=6381
# Couch URL
COUCHDB_BASE_URL=http://admin:[email protected]:5984
# Note: Rust requires escaping $ signs in env files
COUCHDB_BASE_URL_RUST=http://admin:[email protected]:5984
COUCHDB_USERNAME=admin
COUCHDB_PASSWORD=dex
# Note: Rust requires escaping $ signs in env files
COUCHDB_PASSWORD_RUST=dex
# Api proxy that access Couchdb
API_PROXY_URL=http://127.0.0.1:3006
REWARDS_RANDOM_SEED=seed_here
# Algorand
ALGORAND_EXPLORER=https://api.algoexplorer.io
ALGORAND_ALGOD_SERVER=<algod server>
ALGORAND_ALGOD_PORT=8080
ALGORAND_TOKEN=
ALGORAND_INDEXER_SERVER=<indexer server>
ALGORAND_INDEXER_TOKEN=
ALGORAND_INDEXER_PORT=
# This is actually LAMP on Testnet. Real ALGX is 724480511
ALGX_ASSET_ID=15322902
EPOCH_LAUNCH_UNIX_TIME=1629950400
GENESIS_LAUNCH_BLOCK=16252573
# INTEGRATION_TEST_MODE=1
ALGORAND_NETWORK=testnet
ALGODEX_ALGO_ESCROW_APP=22045503
ALGODEX_ASA_ESCROW_APP=22045522
TINYMAN_APP=62368684
USDC_ASSET_ID=10458941
REWARDS_WALLET_MNEMONIC="enter mnemonic here"
# Used for clearing cache
CACHE_REVERSE_PROXY_SERVER=http://localhost:8000
CACHE_REVERSE_PROXY_KEY=Secret
PATH=/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/homebrew/bin/node:/opt/homebrew/bin