mirror of
https://github.com/status-im/nft-proxy.git
synced 2026-08-30 20:01:07 +00:00
14 lines
473 B
Bash
14 lines
473 B
Bash
# Alchemy API Configuration
|
|
# Note: API keys are now loaded from secrets/alchemy_api_keys.json
|
|
# Copy secrets/alchemy_api_keys.json.example to secrets/alchemy_api_keys.json
|
|
# and add your API keys there
|
|
|
|
# Cache Configuration
|
|
# CACHE_KEYDB_URL=redis://keydb:6379 # Optional: L2 cache (KeyDB/Redis)
|
|
|
|
# Optional: Override API keys file path
|
|
# API_KEYS_FILE=/app/secrets/alchemy_api_keys.json
|
|
|
|
# Optional: Override config file path
|
|
# CACHE_CONFIG_FILE=/app/cache_config.yaml
|