appservice.go 212 B

12345678910
  1. package config
  2. type appservice struct {
  3. Address string `yaml:"address"`
  4. Hostname string `yaml:"hostname"`
  5. Port uint16 `yaml:"port"`
  6. ASToken string `yaml:"as_token"`
  7. HSToken string `yaml:"hs_token"`
  8. }