Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCredentials ¶
func GetDomainSuffix ¶
func GetDomainSuffix() string
func GetRpcSecret ¶
func GetRpcSecret() string
Types ¶
type AuthConfig ¶
type Config ¶
type Config struct { Http HttpConfig Dns DnsConfig Debug bool `envconfig:"DEBUG" default:"false"` }
type HttpConfig ¶
type HttpConfig struct { Auth AuthConfig HttpPort string `envconfig:"WEB_PORT" default:"80"` RpcSecret string `envconfig:"RPC_SECRET" default:""` }
Click to show internal directories.
Click to hide internal directories.