Skip to content

Commit

Permalink
fix SOLANA_GRPC_SERVICE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh committed Jun 20, 2023
1 parent c4deca9 commit a243bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .default.env
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ DEBRIDGE_EVENTS_RESYNC_SIGNATURES_CHUNK_SIZE=5
#
#Param is optional
DEBRIDGE_EVENTS_CONSISTENCY_CHECK_TIMEOUT_SECS=10
SOLANA_GRPC_SERVICE_URL=http:/solana-grpc-service${DOCKER_ID}:7777
SOLANA_GRPC_SERVICE_URL=solana-grpc-service${DOCKER_ID}:7777
DEBRIDGE_SOLANA_EVENTS_PSQL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_SOLANA_READER_DATABASE}
BUNDLR_NODE=http://node2.bundlr.network

0 comments on commit a243bda

Please sign in to comment.