Skip to content

Commit 0d0629a

Browse files
authored
merge: Merge pull request #235 from arunaengine/fix/p2p-net-hardening
Fix/p2p-net-hardening: Harden P2P Networking And Info Diagnostics
2 parents 3a362a7 + 6b54f38 commit 0d0629a

30 files changed

Lines changed: 4204 additions & 544 deletions

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ BLOB_ROOT=/tmp/aruna/blobstore
33
BLOB_MULTIPART_BUCKET=uploaded-parts
44
SOCKET_ADDRESS=0.0.0.0:3000
55
P2P_SOCKET_ADDRESS=0.0.0.0:3001
6+
P2P_ADDITIONAL_RELAY_URLS=
67
REALM_DESCRIPTION="Aruna Realm"
78
ONBOARDING_SECRET=
89

9-
BOOTSTRAP_NODES=
1010
METADATA_REPLICATION_FACTOR=3
1111

1212
S3_PORT=1337

0 commit comments

Comments
 (0)