Skip to content

Commit 5898609

Browse files
committed
feat: Added in-memory storage for testing purposes
1 parent ff3c7e5 commit 5898609

File tree

6 files changed

+436
-9
lines changed

6 files changed

+436
-9
lines changed

rust/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ cargo build --release
2424
```
2525
cargo run -- server/vss-server-config.toml
2626
```
27+
28+
**Note:** For testing purposes you can edit `vss-server-config.toml` to use `store_type` as in-memory instead of PostgreSQL: `store_type = "in_memory"`
2729
4. VSS endpoint should be reachable at `http://localhost:8080/vss`.
2830

2931
### Configuration

0 commit comments

Comments
 (0)