Skip to content

Commit

Permalink
go-ipfs-config: add pubsub configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Aug 12, 2018
1 parent 914270d commit 72db6c0
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 72db6c0

Please sign in to comment.