Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Environment string `ac/name:"env"` Datacenter string Rack string Error_mailto string Error_mailfrom string Basedir string Syslog string TLS_cert string // our cert - .crt TLS_key string // our private key - .key TLS_root string // root cert - .crt Save_status string // filename Net_threads int AE_threads int Port_Server int Seedpeer []string `ac/validate:"ipport"` Allow []string `ac/validate:"ipmask"` Monitor []*Monitor Debug map[string]bool Database []*DBConf }
Click to show internal directories.
Click to hide internal directories.