Configuration Format
The Hazelcast CLC recognizes the following items in the configuration file.
-
The configuration is in YAML format.
-
It has the
cluster
andssl
sections. -
A typical configuration file looks as follows:
cluster section
Key | Description | Default |
---|---|---|
address |
Address of one of the members in the cluster. |
|
name |
Cluster name. |
|
discovery-token |
Viridian discovery token. |
|
api-base |
Viridian API base URL or name. |
|
viridian-id |
Viridian cluster ID. |
|
user |
User name. |
|
password |
Password. |
ssl section
Key | Description | Default |
---|---|---|
enabled |
Set to |
|
ca-path |
CA path. |
|
cert-path |
Certificate path. |
|
key-path |
Key certificate path. |
|
key-password |
Key certificate password. |
|
server |
Server name if different from the host name in the certificate. |
|
skip-verify |
Disables certificate verification. Never use in a production environment. |
|