Files
nft-proxy/.env.example
2026-02-08 20:53:19 +04:00

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