ipld-eth-server/config/config.go
Eric Meyer 102beb11e3 Add the concept of multiple environments
* Right now, the two environments are Public and Private
    * This was to reflect the two blockchains we run against
2017-11-01 12:15:55 -05:00

6 lines
58 B
Go

package config
type Config struct {
Database Database
}