spaceapi-ccc-de/backend/configFile.go
genofire 89ae122fc3 gofmt
2019-12-28 19:21:48 +01:00

7 lines
216 B
Go

package main
type ConfigFile struct {
SharedSecret string `yaml:"shared_secret,omitempty"`
MongoDbServer string `yaml:"mongodb_server,omitempty"`
MongoDbDatabase string `yaml:"mongodb_database,omitempty"`
}