This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
docs/getting-started/deployment Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,10 @@ sidebar_position: 3
1313## Overriding Default Configuration
1414You 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 )
You can’t perform that action at this time.
0 commit comments