subhub/config/constants.go

7 lines
94 B
Go
Raw Normal View History

2019-09-07 14:54:53 +00:00
package config
const (
ServerHostName = "subhub.hostname"
ServerPort = "subhub.port"
)