-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy path.env.example
30 lines (26 loc) · 1.06 KB
/
.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
# PORTFOLIO_SOLANA_DAS_ENDPOINT=https://your-endpoint.com
# PORTFOLIO_SOLANA_RPC=https://your-rpc.com
# PORTFOLIO_APTOS_RPC=https://your-rpc.com
# PORTFOLIO_MEMPOOL_ENDPOINT=https://your-rpc.com/api/v1
# PORTFOLIO_POLYGON_RPC=https://your-rpc.com
# PORTFOLIO_ETHEREUM_RPC=https://your-rpc.com
# PORTFOLIO_AVALANCHE_RPC=https://your-rpc.com
# PORTFOLIO_SUI_RPC=https://your-rpc.com
# PORTFOLIO_BNB_RPC=https://your-rpc.com
PORTFOLIO_CMC_API_KEY=xxx
PORTFOLIO_MOONWALK_API_BEARER=xxx
PORTFOLIO_MOLE_API_KEY=xxx
# OPTIONAL
PORTFOLIO_JUP_PRICE_API_URL=xxx
# http | filesystem | redis | memory | overlayHttp
CACHE_CONFIG_TYPE=overlayHttp
CACHE_CONFIG_OVERLAY_HTTP_BASES=http://localhost:3000/,https://portfolio-api-public.sonar.watch/v1/portfolio/cache/
# CACHE_CONFIG_HTTP_BASE=http://localhost:3000/
# CACHE_CONFIG_OVERLAY_HTTP_BEARER=mytoken
# CACHE_CONFIG_HTTP_BEARER=mytoken
# CACHE_CONFIG_FILESYSTEM_BASE=./cache
# CACHE_CONFIG_REDIS_URL=<USERNAME><PASSWORD>@<HOST>:<PORT>
# CACHE_CONFIG_REDIS_TLS=false
# CACHE_CONFIG_REDIS_DB=0
CACHE_CONFIG_REDIS_TTL=14400
PORTFOLIO_RPC_LOGS=false