Update compose file env vars

This commit is contained in:
Shreerang Kale 2025-08-01 16:18:38 +05:30
parent 6024059bcb
commit f074a9e3b8
2 changed files with 2 additions and 6 deletions

View File

@ -11,8 +11,7 @@ services:
QUICKNODE_TOKEN: ${QUICKNODE_TOKEN}
# Proxy settings
CACHE_SIZE_GB: 100
DISABLE_CACHE: ${DISABLE_CACHE}
CACHE_SIZE_GB: 1
BACKOFF_MINUTES: 30
# Logging

View File

@ -46,14 +46,11 @@ Instructions for running the `solana-proxy` using [laconic-so](https://git.vdb.t
* Inside the `solana-proxy-deployment` deployment directory, open `config.env` file and set following env variables:
```bash
# Provider endpoints and auth (optional)
# Optional
ALCHEMY_API_KEY=your_alchemy_key_here
HELIUS_API_KEY=your_helius_key_here
QUICKNODE_ENDPOINT=your_endpoint.quiknode.pro
QUICKNODE_TOKEN=your_quicknode_token_here
# Proxy settings
DISABLE_CACHE=true
LOG_LEVEL=INFO
```