Skip to content

Commit 9e56600

Browse files
authored
Merge pull request #1 from angelasimms/DOCS-348_Viridian_Navigation_Changes
DOCS-348 Update navigation to find cluster credentials
2 parents 0710b8a + a4ec12b commit 9e56600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/spring-boot-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ cd spring-boot-sample
6262

6363
. Open the `src/main/resources/application.properties` file.
6464

65-
. Add connection credentials for your cluster to the `application.properties` file. You can find these credentials in the Hazelcast {hazelcast-cloud} console under *Connect Your Application* > *Advanced Setup*.
65+
. Add connection credentials for your cluster to the `application.properties` file. You can find these credentials in the Hazelcast {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
6666
+
6767
- `clusterName`
6868
- `discoveryToken`
6969
- `keyStorePassword`
7070
- `trustStorePassword` (same as `keyStorePassword`)
7171

72-
. Download the keystore and truststore files from the Hazelcast {hazelcast-cloud} console and add them to the `src/main/resources/` directory. You can find these files in the Hazelcast {hazelcast-cloud} console under *Connect Your Application* > *Advanced Setup*.
72+
. Download the keystore and truststore files from the Hazelcast {hazelcast-cloud} console and add them to the `src/main/resources/` directory. You can find these files in the Hazelcast {hazelcast-cloud} dashboard for your cluster under *Connect Client* > *Advanced Setup*.
7373

7474
.`pom.xml`
7575
[%collapsible]

0 commit comments

Comments
 (0)