Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit cd8f0a7

Browse files
authored
Merge pull request #11 from ZKStats/fix-7
Integrate examples to table
2 parents cf72218 + 34aa7d5 commit cd8f0a7

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/getting-started/deployment/configuration.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ sidebar_position: 3
1313
## Overriding Default Configuration
1414
You can create the following configuration files at the repository root to override the default configuration.
1515

16-
| Server | Configuration File Name |
17-
| --- | --- |
18-
| Coordination Server | `.env.coord` |
19-
| Computation Party Server | `.env.party` |
20-
| Data Consumer API Server | `.env.consumer_api` |
21-
| Client CLI | `.env.client_cli` |
16+
| Server | Configuration File Name | Example |
17+
| --- | --- | --- |
18+
| Coordination Server | `.env.coord` | [.env.coord](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.coord.example) |
19+
| Computation Party Server | `.env.party` | [.env.party](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.party.example) |
20+
| Data Consumer API Server | `.env.consumer_api` | [.env.consumer_api](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.consumer_api.example) |
21+
| Client CLI | `.env.client_cli` | [.env.client_cli](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.client_cli.example) |
2222

23-
24-
### Example Configuration Files
25-
- [.env.coord](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.coord.example)
26-
- [.env.party](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.party.example)
27-
- [.env.consumer_api](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.consumer_api.example)
28-
- [.env.client_cli](https://github.com/exfinen/mpc-demo-infra/blob/main/.env.client_cli.example)

0 commit comments

Comments
 (0)