From 2ef5eb5984730db0c5b91aec6781406871a058be Mon Sep 17 00:00:00 2001 From: Eric Schneider <37347760+eric-schneider@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:19:55 -0800 Subject: [PATCH] Another small fix to managing --- docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc b/docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc index 74982d9..a07154e 100644 --- a/docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc +++ b/docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc @@ -2603,7 +2603,7 @@ By default, the {product} saves the `.env` file to the directory where you run t .Result [%collapsible%open] ==== -.env +..env [source,bash] ---- ASTRA_DB_API_ENDPOINT="https://a53003fe-ba42-4c3c-85d0-6b345622c2dc-us-east1.apps.astra.datastax.com/api/json" @@ -2627,7 +2627,7 @@ ASTRA_ORG_TOKEN="AstraCS:FZmCtRdyzJkYidnmlzwcwJWc:f51d3ee8fce90b28a7681a1e1bc3fa [WARNING] ==== -The generated `.env` files contains sensitive information, including the application token that the {product} uses to connect to the . +The generated `.env` files contains sensitive information, including the application token that the {product} uses to connect to Astra. The {scb} contains sensitive information that establishes a connection to your database, including key pairs and certificates. ====