You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: couchbasecapella_test.go
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ var (
23
23
24
24
funcinit() {
25
25
flag.StringVar(&apiUrl, "apiUrl", "https://cloudapi.dev.nonprod-project-avengers.com/v4", "The base URL for the Couchbase Capella Cloud API")
26
-
flag.StringVar(&orgId, "orgId", "6af08c0a-8cab-4c1c-b257-b521575c16d0", "The organization ID for the Couchbase Capella Cloud API")
27
-
flag.StringVar(&projectId, "projectId", "d352361d-8de1-445b-9969-873b6decb63a", "The project ID for the Couchbase Capella Cloud API")
28
-
flag.StringVar(&clusterId, "clusterId", "226329e6-a08f-4545-a179-bdd3368f058d", "The cluster ID for the Couchbase Capella Cloud API")
29
-
flag.StringVar(&adminUserAccessKey, "adminUserAccessKey", "YsOwvsMeAbY4kuSd3iobv8aFm7iaYW53", "The admin user apiKey for the Couchbase Capella Cloud API")
30
-
flag.StringVar(&adminUserSecretKey, "adminUserSecretKey", "J#UFmruj2pZreWNr7kJ8mdziC4u!gN5TON4FZCUzaElSKiJDofd76cLiCtLnSdZn", "The admin user secretKey for the Couchbase Capella Cloud API")
26
+
flag.StringVar(&orgId, "orgId", "", "The organization ID for the Couchbase Capella Cloud API")
27
+
flag.StringVar(&projectId, "projectId", "", "The project ID for the Couchbase Capella Cloud API")
28
+
flag.StringVar(&clusterId, "clusterId", "", "The cluster ID for the Couchbase Capella Cloud API")
29
+
flag.StringVar(&adminUserAccessKey, "adminUserAccessKey", "", "The admin user apiKey for the Couchbase Capella Cloud API")
30
+
flag.StringVar(&adminUserSecretKey, "adminUserSecretKey", "", "The admin user secretKey for the Couchbase Capella Cloud API")
0 commit comments