Skip to content

Commit 45911a7

Browse files
SK-1863: Refactored styling
1 parent 1e13545 commit 45911a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ In V2, we have introduced multiple authentication options.
310310
You can now provide credentials in the following ways:
311311

312312
- **API Key (Recommended)**
313-
- **Passing credentials as ENV. (`SKYFLOW_CREDENTIALS`) (Recommended)**
313+
- **Passing credentials as ENV.** (`SKYFLOW_CREDENTIALS`) (**Recommended**)
314314
- **Path to your credentials JSON file**
315315
- **Stringified JSON of your credentials**
316316
- **Bearer token**
@@ -387,8 +387,8 @@ credentials.setPath("<YOUR_CREDENTIALS_FILE_PATH_1>"); // Replace with the path
387387

388388
// Configure the first vault (Blitz)
389389
VaultConfig config = new VaultConfig();
390-
config.setVaultId("<YOUR_VAULT_ID_1>"); // Replace with the ID of the first vault
391-
config.setClusterId("<YOUR_CLUSTER_ID_1>"); // Replace with the cluster ID of the first vault
390+
config.setVaultId("<YOUR_VAULT>"); // Replace with the ID of the first vault
391+
config.setClusterId("<YOUR_CLUSTER>"); // Replace with the cluster ID of the first vault
392392
config.setEnv(Env.DEV); // Set the environment (e.g., DEV, STAGE, PROD)
393393
config.setCredentials(credentials); // Associate the credentials with the vault
394394

0 commit comments

Comments
 (0)