lotus-provider: Put storage secret in the config

This commit is contained in:
Łukasz Magiera
2023-10-31 14:45:38 +01:00
parent 47d4285f10
commit adb0fc3259
2 changed files with 39 additions and 3 deletions
+5
View File
@@ -79,6 +79,11 @@ type LotusProviderConfig struct {
type ApisConfig struct {
// FULLNODE_API_INFO is the API endpoint for the Lotus daemon.
FULLNODE_API_INFO []string
// RPC Secret for the storage subsystem.
// If integrating with lotus-miner this must match the value from
// cat ~/.lotusminer/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU | jq -r .PrivateKey
StorageRPCSecret string
}
type JournalConfig struct {