blob: f7e1ce3a5e96a9e51db043442b602494d327c365 [file] [log] [blame]
#
# Cassandra SideCar configuration file
#
cassandra:
- host: localhost
- port: 9042
sidecar:
- host: 0.0.0.0
- port: 9043
#
# Enable SSL configuration (Disabled by default)
#
# - ssl:
# - enabled: true
# - keystore:
# - path: "path/to/keystore.p12"
# - password: password
# - truststore:
# - path: "path/to/truststore.p12"
# - password: password
healthcheck:
- poll_freq_millis: 30000