Skip to content

Commit

Permalink
devnet: fix flag env-var names after recent config refactor
Browse files Browse the repository at this point in the history
config refactor PR: Layr-Labs/eigenda-proxy#146
  • Loading branch information
samlaf committed Sep 29, 2024
1 parent 44a711f commit 6660c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ services:
MEMSTORE_GET_LATENCY: 1s
# if MEMSTORE_ENABLED=false, then these variables need to be set properly to connect to eigenda
EIGENDA_PROXY_EIGENDA_DISPERSER_RPC: disperser-preprod-holesky.eigenda.xyz:443
EIGENDA_PROXY_SERVICE_MANAGER_ADDR: ${EIGENDA_PROXY_SERVICE_MANAGER_ADDR}
EIGENDA_PROXY_SIGNER_PRIVATE_KEY_HEX: ${EIGENDA_PROXY_SIGNER_PRIVATE_KEY_HEX}
EIGENDA_PROXY_ETH_RPC: ${EIGENDA_PROXY_ETH_RPC}
EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR: ${EIGENDA_PROXY_EIGENDA_SERVICE_MANAGER_ADDR}
EIGENDA_PROXY_EIGENDA_SIGNER_PRIVATE_KEY_HEX: ${EIGENDA_PROXY_EIGENDA_SIGNER_PRIVATE_KEY_HEX}
EIGENDA_PROXY_EIGENDA_ETH_RPC: ${EIGENDA_PROXY_EIGENDA_ETH_RPC}
EIGENDA_PROXY_REDIS_ENDPOINT: redis-cache:6379
EIGENDA_PROXY_REDIS_EVICTION: 1h
EIGENDA_PROXY_CACHE_TARGETS: "redis"
Expand Down

0 comments on commit 6660c24

Please sign in to comment.