Skip to content

Commit d06c189

Browse files
HZC-7235: rename-viridian-to-hazelcast-cloud (#1324)
Rename viridian to hazelcast cloud
1 parent 49c525b commit d06c189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Reference_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ and [the AWS examples directory](examples/aws)
13451345
for more details.
13461346

13471347
## 5.8. Enabling Hazelcast Cloud Discovery
1348-
If you are using [Hazelcast Viridian](https://viridian.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration:
1348+
If you are using [Hazelcast Cloud](https://cloud.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration:
13491349

13501350
```c++
13511351
hazelcast::client::client_config config;

Reference_Manual.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ and [the AWS examples directory](examples/aws)
710710
for more details.
711711

712712
## 5.8. Enabling Hazelcast Cloud Discovery
713-
If you are using [Hazelcast Viridian](https://viridian.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration:
713+
If you are using [Hazelcast Cloud](https://cloud.hazelcast.com/) and you want to write an application that will utilize the Hazelcast cloud database service, you can use the C++ client. The configuration is very simple, you just need to set the cluster name, discovery token and enable the cloud discovery on network settings. Here is an example configuration:
714714

715715
```c++
716716
hazelcast::client::client_config config;

hazelcast/include/hazelcast/client/client_properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class HAZELCAST_API client_properties
264264
*/
265265
static constexpr const char* CLOUD_URL_BASE = "hazelcast.client.cloud.url";
266266
static constexpr const char* CLOUD_URL_BASE_DEFAULT =
267-
"api.viridian.hazelcast.com";
267+
"api.cloud.hazelcast.com";
268268

269269
/**
270270
* Parametrized SQL queries touching only a single partition benefit from

0 commit comments

Comments
 (0)