Skip to content

Commit

Permalink
Removed the "credentials" key from the example configuration (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Oct 9, 2024
1 parent bfce282 commit a0932e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/modules/ROOT/pages/connect-to-platform.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ NOTE: The Hazelcast CLC connects to the cluster on demand, that is when you issu
cluster:
name: "<CLUSTER NAME>"
address: "<MEMBER IP ADDRESS>"
credentials:
user: "<OPTIONAL USERNAME>"
password: "<OPTIONAL PASSWORD>"
ssl:
Expand Down Expand Up @@ -99,7 +98,6 @@ WARNING: Skipping TLS verification makes you vulnerable to man-in-the-middle att
cluster:
name: "<CLUSTER NAME>"
address: "<MEMBER IP ADDRESS>"
credentials:
user: "<OPTIONAL USERNAME>"
password: "<OPTIONAL PASSWORD>"
ssl:
Expand Down Expand Up @@ -128,7 +126,6 @@ NOTE: Hazelcast CLC connects to the cluster on demand, that is when you issue a
cluster:
name: "<CLUSTER NAME>"
address: "<MEMBER IP ADDRESS>"
credentials:
user: "<OPTIONAL USERNAME>"
password: "<OPTIONAL PASSWORD>"
----
Expand Down

0 comments on commit a0932e4

Please sign in to comment.