fix: add mock client configs and update gitignore
This commit is contained in:
parent
ee1d742a71
commit
a9f62d5caf
5 changed files with 33 additions and 1 deletions
6
docker/mock-clients/configs/clients.env
Normal file
6
docker/mock-clients/configs/clients.env
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CLIENT1_IP=10.3.2.101
|
||||
CLIENT1_PEERS=10.3.2.102 10.3.2.103
|
||||
CLIENT2_IP=10.3.2.102
|
||||
CLIENT2_PEERS=10.3.2.101 10.3.2.103
|
||||
CLIENT3_IP=10.3.2.103
|
||||
CLIENT3_PEERS=10.3.2.101 10.3.2.102
|
||||
Loading…
Add table
Add a link
Reference in a new issue