Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ cargo build --release
```
cargo run -- server/vss-server-config.toml
```

**Note:** For testing purposes, you can pass `--in-memory` to use in-memory instead of PostgreSQL
```
cargo run -- server/vss-server-config.toml --in-memory
```
4. VSS endpoint should be reachable at `http://localhost:8080/vss`.

### Configuration
Expand Down
Loading