Skip to content

Commit

Permalink
changed docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Jun 16, 2020
1 parent 02aef0a commit 6122bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ services:
LAG_BEHIND: "3"
ENVIRONMENT: "production"
POLL_TIME_MS: "1"
BLOCKCHAIN_RPC_HOSTS: "176.9.61.19"
BLOCKCHAIN_RPC_HOSTS: "127.0.0.1"
BLOCKCHAIN_RPC_PORT: "8442"
BLOCKCHAIN_RPC_USERNAME: "rpcuser"
BLOCKCHAIN_RPC_PASSWORD: "5CcKHQMMIgVV56wSd5knN"
BLOCKCHAIN_RPC_PASSWORD: "rpcpassword"
SCHEMA_REGISTRY: "http://kafka-schema-registry:8081"
BROKERS: "kafka1:19092"
KAFKA_TRANSACTIONAL_ID: "importer"
Expand Down

0 comments on commit 6122bd0

Please sign in to comment.