Skip to content

Commit

Permalink
run demo network on nats (#4009)
Browse files Browse the repository at this point in the history
Closes #3958
  • Loading branch information
wdbaruni committed May 22, 2024
1 parent feeff16 commit e984099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ num_gpu_machines = 2
internal_ip_addresses = ["10.150.0.5", "10.150.0.6", "10.150.0.7", "10.150.0.8", "10.150.0.9"]
public_ip_addresses = ["35.245.161.250", "34.86.254.26", "35.245.215.155", "34.145.201.224", "35.245.41.51"]
log_level = "debug"
network_type = "libp2p"
network_type = "nats"
otel_collector_version = "0.70.0"
otel_collector_endpoint = "http://localhost:4318"

0 comments on commit e984099

Please sign in to comment.