From 5cc2f2362f6a0122b9b20b81d362a1ecb1f2d367 Mon Sep 17 00:00:00 2001 From: Scott Cohen Date: Thu, 15 Feb 2024 11:42:01 -0800 Subject: [PATCH] Update gcs.md --- docs/docs/deploy/credentials/gcs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/deploy/credentials/gcs.md b/docs/docs/deploy/credentials/gcs.md index 80658c9f6e2..a62cbcabba4 100644 --- a/docs/docs/deploy/credentials/gcs.md +++ b/docs/docs/deploy/credentials/gcs.md @@ -23,7 +23,9 @@ You have now configured Google Cloud access from your local environment. Rill wi :::tip -You can also run locally with assumed credentials such as a service account key. This is useful for when you have multiple profiles or may receive limited access to a bucket. In that case, run the following command on start - replacing path_to_json_key_file with the service account file `GOOGLE_APPLICATION_CREDENTIALS=path_to_json_key_file rill start` +You can also run locally with assumed credentials such as a service account key. This is useful for when you have multiple profiles or may receive limited access to a bucket. + +In that case, run the following command on start - replacing path_to_json_key_file with the service account file `GOOGLE_APPLICATION_CREDENTIALS=path_to_json_key_file rill start` :::