Skip to content

Commit

Permalink
Updating README with new env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Nov 5, 2024
1 parent 5e45e62 commit 762c97d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\_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.

Expand Down

0 comments on commit 762c97d

Please sign in to comment.