Skip to content

Commit a26811b

Browse files
committed
feat: update cloud confg
Signed-off-by: Otavio Santana <[email protected]>
1 parent a2f600b commit a26811b

File tree

1 file changed

+2
-3
lines changed
  • jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication

1 file changed

+2
-3
lines changed

jnosql-nosql-oracle/src/main/java/org/eclipse/jnosql/databases/oracle/communication/DeploymentType.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ public Optional<AuthorizationProvider> apply(Settings settings) {
5252
},
5353

5454
/**
55-
* Represents a "Cloud" deployment where software solutions are delivered and managed
56-
* over the internet (the cloud) by Oracle cloud provider.
55+
* Represents a "Cloud" deployment using API key for authentication and authorization.
5756
*/
58-
CLOUD {
57+
CLOUD_API_KEY {
5958
@Override
6059
public Optional<AuthorizationProvider> apply(Settings settings) {
6160

0 commit comments

Comments
 (0)