We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you want to use the Yugabyte in the boostd, please follow the steps to config:
boost-data
#!/bin/bash nohup boostd-data run yugabyte --hosts [ip]--connect-string="postgres://yugabyte:yugabyte@[ip]:5433/yugabyte?sslmode=disable" --addr 0.0.0.0:8044 >> yugabyte.log 2>&1 &
Reference: https://boost.filecoin.io/deployment/boostd-data
boostd
yugabyte
[LocalIndexDirectory] ServiceApiInfo = "ws://localhost:8044" [LocalIndexDirectory.Yugabyte] Enabled = true ConnectString = "postgres://yugabyte:yugabyte@[ip]" [LocalIndexDirectory.Leveldb] Enabled = false
Note8044 is the listen port of the boostd-data service
8044
boostd-data
swan-provider
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you want to use the Yugabyte in the boostd, please follow the steps to config:
boost-data
service:boostd
to supportyugabyte
:swan-provider
The text was updated successfully, but these errors were encountered: