Skip to content

Commit

Permalink
Merge pull request #4506 from cfpb/zencircle-add-CS-variable
Browse files Browse the repository at this point in the history
add cassandra variables
  • Loading branch information
lchen-2101 authored Oct 7, 2022
2 parents 70a15e9 + e56a6c7 commit 0fa1ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ Additionally, there are several environment varialbes that can be configured/cha

```
CASSANDRA_CLUSTER_HOSTS
CASSANDRA_CLUSTER_DC
CASSANDRA_CLUSTER_USERNAME
CASSANDRA_CLUSTER_PASSWORD
CASSANDRA_JOURNAL_KEYSPACE
CASSANDRA_SNAPSHOT_KEYSPACE
KAFKA_CLUSTER_HOSTS
APP_PORT
HMDA_HTTP_PORT
HMDA_HTTP_ADMIN_PORT
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ services:
environment:
HMDA_RUNTIME_MODE: docker-compose
CASSANDRA_CLUSTER_HOSTS: cassandra:9042
CASSANDRA_CLUSTER_PASSWORD:
CASSANDRA_CLUSTER_USERNAME:
CASSANDRA_CLUSTER_DC: datacenter1
CASSANDRA_CLUSTER_PASSWORD: cassandra
CASSANDRA_CLUSTER_USERNAME: cassandra
CASSANDRA_JOURNAL_KEYSPACE: hmda2_journal
CASSANDRA_SNAPSHOT_KEYSPACE: hmda2_snapshot
KAFKA_CLUSTER_HOSTS: kafka:9092
Expand Down Expand Up @@ -99,6 +100,7 @@ services:
CASSANDRA_CLUSTER_USERNAME:
CASSANDRA_JOURNAL_KEYSPACE: hmda2_journal
CASSANDRA_SNAPSHOT_KEYSPACE: hmda2_snapshot
CASSANDRA_CLUSTER_DC:
KAFKA_CLUSTER_HOSTS: kafka:9092
KAFKA_INSTITUTIONS_TOPIC: institution
KAFKA_INSTITUTIONS_GROUP: institutions-group
Expand Down

0 comments on commit 0fa1ecd

Please sign in to comment.