Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request #3 from ipfs/feat/pubsub
Browse files Browse the repository at this point in the history
Add pubsub configuration options
  • Loading branch information
Stebalien committed Aug 12, 2018
2 parents 914270d + 72db6c0 commit 355e10f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions config/pubsub.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package config

type PubsubConfig struct {
Router string
}

0 comments on commit 355e10f

Please sign in to comment.