subhub/config/constants.go
2019-09-07 17:54:53 +03:00

7 lines
94 B
Go

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