From 35461f9c3f0f074a8600b3f8ab2fb6e50698cff2 Mon Sep 17 00:00:00 2001 From: andream16 Date: Thu, 31 Oct 2024 17:08:10 +0000 Subject: [PATCH] Updating README with new env vars. --- sdk/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index 93619511e..2328fd442 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -22,11 +22,12 @@ while taking care of the boring things for you: You can customise a component using the following environment variables: -| Environment Variable | Type | Required | Possible Values | -|----------------------------|--------|----------|--------------------------| -| SMITHY\_COMPONENT\_NAME | string | yes | - | -| SMITHY\_BACKEND\_STORE\_TYPE | string | yes | local, test, \*remote | -| SMITHY\_LOG\_LEVEL | string | false | info, debug, warn, error | +| Environment Variable | Type | Required | Default | Possible Values | +|---------------------------------------|--------|-----------|--------------------------|--------------------------| +| SMITHY\_COMPONENT\_NAME | string | yes | - | - | +| SMITHY\_BACKEND\_STORE\_TYPE | string | yes | - | local, test, \*remote | +| SSMITHY\_BACKEND\_LOCAL\_STORE\_DSN | string | no | smithy.db | \* | +| SMITHY\_LOG\_LEVEL | string | false | info, debug, warn, error | For `local` development, an `SQLite` Backend Store Type will be used.