From ce1dfe69edee1fd17edb0f42bb3b68a4cd63d84f Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Fri, 17 Sep 2021 14:19:19 +0100 Subject: [PATCH] docs : litestream env variables. Signed-off-by: Naveen MR --- packages/noco-docs/content/en/getting-started/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/noco-docs/content/en/getting-started/installation.md b/packages/noco-docs/content/en/getting-started/installation.md index f1cc5650c5..4ea70db96d 100644 --- a/packages/noco-docs/content/en/getting-started/installation.md +++ b/packages/noco-docs/content/en/getting-started/installation.md @@ -274,6 +274,10 @@ aws ecs create-service \ | NC_CONNECT_TO_EXTERNAL_DB_DISABLED | No | Disable Project creation with external database | | | NC_DISABLE_TELE | No | Disable telemetry | | | NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used | +| AWS_ACCESS_KEY_ID | No | For Litestream - S3 access key id | if Litestream is configure and NC_DB is not present. SQLite gets backed up to S3 | +| AWS_SECRET_ACCESS_KEY | No | For Litestream - S3 secret access key | if Litestream is configure and NC_DB is not present. SQLite gets backed up to S3 | +| AWS_BUCKET | No | For Litestream - S3 bucket | if Litestream is configure and NC_DB is not present. SQLite gets backed up to S3 | +| AWS_BUCKET_PATH | No | For Litestream - S3 bucket path | if Litestream is configure and NC_DB is not present. SQLite gets backed up to S3 | ## Sample Demos