File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ cargo build --release
17
17
```
18
18
19
19
### 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
21
21
environment variables as needed. Add PostgreSQL endpoint configuration.
22
22
2 . Create table in PostgreSQL using ` ./impls/src/postgres/sql/ `
23
23
3 . Start server:
24
24
```
25
- cargo run -- vss-server-config.toml
25
+ cargo run -- server/ vss-server-config.toml
26
26
```
27
27
3. VSS endpoint should be reachable at `http://localhost:8080/vss`.
28
28
29
29
### Configuration
30
30
31
- Refer `./vss_server_config .toml` to see available configuration options.
31
+ Refer `./server/vss-server-config .toml` to see available configuration options.
32
32
33
33
### Support
34
34
You can’t perform that action at this time.
0 commit comments