102beb11e3
* Right now, the two environments are Public and Private * This was to reflect the two blockchains we run against
6 lines
58 B
Go
6 lines
58 B
Go
package config
|
|
|
|
type Config struct {
|
|
Database Database
|
|
}
|