subhub/config/constants.go

7 lines
94 B
Go

package config
const (
ServerHostName = "subhub.hostname"
ServerPort = "subhub.port"
)