Skip to content

Commit 7bddc35

Browse files
committed
chore(su): modify readme
1 parent bed0327 commit 7bddc35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

servers/su/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Create a .env file with the following variables, or set them in the OS:
5757
- `SU_FILE_SYNC_DB_DIR` a directory for a RocksDB backup that will hold the full binary files that are the bundles, messages, and assignments. Only used by the cli binary.
5858
- `SU_INDEX_SYNC_DB_DIR` a directory for a RocksDB backup that will hold an index of Processes and Messages for ordering and querying. Only used by the cli binary.
5959

60-
## Experimental environment variables
61-
To use the expirimental fully local storage system set the following evnironment variables.
60+
To use the fully local storage system set the following evnironment variables.
6261
- `USE_LOCAL_STORE` if true the SU will operate on purely RocksDB
6362
- `SU_FILE_DB_DIR` a local RocksDB directory of bundles
6463
- `SU_INDEX_DB_DIR` a local index of processes and messages

0 commit comments

Comments
 (0)