Update compose file env vars
This commit is contained in:
parent
6024059bcb
commit
f074a9e3b8
@ -11,8 +11,7 @@ services:
|
|||||||
QUICKNODE_TOKEN: ${QUICKNODE_TOKEN}
|
QUICKNODE_TOKEN: ${QUICKNODE_TOKEN}
|
||||||
|
|
||||||
# Proxy settings
|
# Proxy settings
|
||||||
CACHE_SIZE_GB: 100
|
CACHE_SIZE_GB: 1
|
||||||
DISABLE_CACHE: ${DISABLE_CACHE}
|
|
||||||
BACKOFF_MINUTES: 30
|
BACKOFF_MINUTES: 30
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
@ -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:
|
* Inside the `solana-proxy-deployment` deployment directory, open `config.env` file and set following env variables:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Provider endpoints and auth (optional)
|
# Optional
|
||||||
ALCHEMY_API_KEY=your_alchemy_key_here
|
ALCHEMY_API_KEY=your_alchemy_key_here
|
||||||
HELIUS_API_KEY=your_helius_key_here
|
HELIUS_API_KEY=your_helius_key_here
|
||||||
QUICKNODE_ENDPOINT=your_endpoint.quiknode.pro
|
QUICKNODE_ENDPOINT=your_endpoint.quiknode.pro
|
||||||
QUICKNODE_TOKEN=your_quicknode_token_here
|
QUICKNODE_TOKEN=your_quicknode_token_here
|
||||||
|
|
||||||
# Proxy settings
|
|
||||||
DISABLE_CACHE=true
|
|
||||||
LOG_LEVEL=INFO
|
LOG_LEVEL=INFO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user