File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
22222 . Create table in PostgreSQL using ` ./impls/src/postgres/sql/ `
23233 . Start server:
2424 ```
25- cargo run -- vss-server-config.toml
25+ cargo run -- server/ vss-server-config.toml
2626 ```
27273. 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
You can’t perform that action at this time.
0 commit comments