mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
go-ipfs-config: Merge pull request #3 from ipfs/feat/pubsub
Add pubsub configuration options
This commit is contained in:
commit
fda7020972
@ -25,6 +25,7 @@ type Config struct {
|
||||
Gateway Gateway // local node's gateway server options
|
||||
API API // local node's API settings
|
||||
Swarm SwarmConfig
|
||||
Pubsub PubsubConfig
|
||||
|
||||
Reprovider Reprovider
|
||||
Experimental Experiments
|
||||
|
||||
5
config/pubsub.go
Normal file
5
config/pubsub.go
Normal file
@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type PubsubConfig struct {
|
||||
Router string
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user