From a18dc08e2f3b862e8376eed7779e5e8ffd3b9681 Mon Sep 17 00:00:00 2001 From: Michael Haigh Date: Tue, 1 Nov 2022 12:59:09 -0400 Subject: [PATCH] modifying config example project --- README.md | 2 +- config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65ec2cf..2395b7c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ When you are done, the `config.yaml` looks like: headers: Authorization: Bearer thisIsJustAnExample_token-replaceWithYours== uid: 12345678-abcd-4efg-1234-567890abcdef -astra_project: preview +astra_project: astra.netapp.io verifySSL: True ``` diff --git a/config.yaml b/config.yaml index 153e5ba..422c2c2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ headers: Authorization: Bearer uid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -astra_project: example +astra_project: astra.netapp.io