bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
643 stars 85 forks source link

The LocalPublisher receives incorrect default config vaules #3984

Closed frrist closed 1 week ago

frrist commented 2 months ago

These fields are wrong, and should be local IP addresses https://github.com/bacalhau-project/bacalhau/blob/main/pkg/config/configenv/test.go#L146 https://github.com/bacalhau-project/bacalhau/blob/main/pkg/config/configenv/staging.go#L157 https://github.com/bacalhau-project/bacalhau/blob/main/pkg/config/configenv/test.go#L146

wdbaruni commented 1 week ago

Testing and local environments have been updated to use 127.0.0.1. Production and staging are using public, but in reality we do export BACALHAU_LOCAL_PUBLISHER_ADDRESS="${var.public_ip_addresses[count.index]}" in terraform