Skip to content

Commit 1559b4b

Browse files
osfameronjeffrymorris
authored andcommitted
Cloud start-using wording tweaks
1 parent f037534 commit 1559b4b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/hello-world/pages/start-using-sdk.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ include::devguide:example$dotnet/Cloud/Cloud.cs[tag=connect,indent=0]
114114
115115
From 3.3, the .NET SDK includes Capella's standard certificates by default, so you do not need to additional configuration.
116116
You do need to enable TLS, which can be done by simply using `couchbases:` in the Connection String as in this example.
117-
See xref:howtos:managing-connections.adoc[Managing Connections] for full configuration details.
118117
--
119118
Local Server Connection::
120119
+
@@ -124,13 +123,13 @@ Local Server Connection::
124123
include::example$StartUsing.cs[tag=connect,indent=0]
125124
----
126125
127-
If you're developing client code on the same machine as the Couchbase Server, your URI can be _couchbase://localhost_ as here.
128-
129-
WARNING: for Production deployments, you will want to use a secure server,
130-
with `couchbases://`
126+
For developing locally on the same machine as the Couchbase Server, your URI can be _couchbase://localhost_ as here. But for Production deployments, you will want to use a secure server,
127+
with `couchbases://`.
131128
--
132129
====
133130

131+
See xref:howtos:managing-connections.adoc[Managing Connections] for full configuration details.
132+
134133
Couchbase uses xref:server:learn:security/roles.adoc[Role Based Access Control (RBAC)] to control access to resources.
135134

136135

0 commit comments

Comments
 (0)