Skip to content

Commit 902cd6a

Browse files
committed
typo in the S3DATA environment variable
Issue: CLDSRV-719
1 parent 674e0d2 commit 902cd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ you can do so by setting the `S3DATA` environment variable to `memory`.
112112
This is useful for testing purposes or when you don't need persistent storage.
113113

114114
```shell
115-
export S3DATA=memory
115+
export S3DATA=mem
116116
yarn start
117117
```
118118

0 commit comments

Comments
 (0)