Skip to content

Commit c7097c0

Browse files
authored
Merge pull request #48 from andrei-21/fix/rust-readme
Fix `vss-server-config.toml` path in readme
2 parents 67875e8 + 5cc3c36 commit c7097c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ cargo build --release
1717
```
1818

1919
### Running
20-
1. **Edit Configuration**: Modify `./vss_server_config.toml` to set application configuration and
20+
1. **Edit Configuration**: Modify `./server/vss-server-config.toml` to set application configuration and
2121
environment variables as needed. Add PostgreSQL endpoint configuration.
2222
2. Create table in PostgreSQL using `./impls/src/postgres/sql/`
2323
3. Start server:
2424
```
25-
cargo run -- vss-server-config.toml
25+
cargo run -- server/vss-server-config.toml
2626
```
2727
3. VSS endpoint should be reachable at `http://localhost:8080/vss`.
2828
2929
### Configuration
3030
31-
Refer `./vss_server_config.toml` to see available configuration options.
31+
Refer `./server/vss-server-config.toml` to see available configuration options.
3232
3333
### Support
3434

0 commit comments

Comments
 (0)