Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
sync config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlisi authored and Dieterbe committed Sep 5, 2017
1 parent a04083f commit 8311277
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-cluster/metrictank.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ cassandra-write-queue-size = 100000
cassandra-retries = 0
# CQL protocol version. cassandra 3.x needs v3 or 4.
cql-protocol-version = 4
# enable the creation of the mdata keyspace and tables, only one node needs this
cassandra-create-keyspace = true

# enable SSL connection to cassandra
cassandra-ssl = false
Expand Down Expand Up @@ -283,6 +285,8 @@ auth = false
username = cassandra
# password for authentication
password = cassandra
# enable the creation of the index keyspace and tables, only one node needs this
create-keyspace = true

### in-memory only
[memory-idx]
Expand Down
4 changes: 4 additions & 0 deletions docker/docker-dev-custom-cfg-kafka/metrictank.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ cassandra-write-queue-size = 100000
cassandra-retries = 0
# CQL protocol version. cassandra 3.x needs v3 or 4.
cql-protocol-version = 4
# enable the creation of the mdata keyspace and tables, only one node needs this
cassandra-create-keyspace = true

# enable SSL connection to cassandra
cassandra-ssl = false
Expand Down Expand Up @@ -283,6 +285,8 @@ auth = false
username = cassandra
# password for authentication
password = cassandra
# enable the creation of the index keyspace and tables, only one node needs this
create-keyspace = true

### in-memory only
[memory-idx]
Expand Down
4 changes: 4 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ cassandra-write-queue-size = 100000
cassandra-retries = 0
# CQL protocol version. cassandra 3.x needs v3 or 4.
cql-protocol-version = 4
# enable the creation of the mdata keyspace and tables, only one node needs this
cassandra-create-keyspace = true
# enable SSL connection to cassandra
cassandra-ssl = false
# cassandra CA certficate path when using SSL
Expand Down Expand Up @@ -339,6 +341,8 @@ auth = false
username = cassandra
# password for authentication
password = cassandra
# enable the creation of the index keyspace and tables, only one node needs this
create-keyspace = true
```

### in-memory only
Expand Down
4 changes: 4 additions & 0 deletions scripts/config/metrictank-docker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ cassandra-write-queue-size = 100000
cassandra-retries = 0
# CQL protocol version. cassandra 3.x needs v3 or 4.
cql-protocol-version = 4
# enable the creation of the mdata keyspace and tables, only one node needs this
cassandra-create-keyspace = true

# enable SSL connection to cassandra
cassandra-ssl = false
Expand Down Expand Up @@ -283,6 +285,8 @@ auth = false
username = cassandra
# password for authentication
password = cassandra
# enable the creation of the index keyspace and tables, only one node needs this
create-keyspace = true

### in-memory only
[memory-idx]
Expand Down
4 changes: 4 additions & 0 deletions scripts/config/metrictank-package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ cassandra-write-queue-size = 100000
cassandra-retries = 0
# CQL protocol version. cassandra 3.x needs v3 or 4.
cql-protocol-version = 4
# enable the creation of the mdata keyspace and tables, only one node needs this
cassandra-create-keyspace = true

# enable SSL connection to cassandra
cassandra-ssl = false
Expand Down Expand Up @@ -283,6 +285,8 @@ auth = false
username = cassandra
# password for authentication
password = cassandra
# enable the creation of the index keyspace and tables, only one node needs this
create-keyspace = true

### in-memory only
[memory-idx]
Expand Down

0 comments on commit 8311277

Please sign in to comment.