forked from cerc-io/ipld-eth-server
12 lines
233 B
Go
12 lines
233 B
Go
package config
|
|
|
|
type Experiments struct {
|
|
FilestoreEnabled bool
|
|
UrlstoreEnabled bool
|
|
ShardingEnabled bool
|
|
Libp2pStreamMounting bool
|
|
P2pHttpProxy bool
|
|
QUIC bool
|
|
PreferTLS bool
|
|
}
|