Start of the config
This commit is contained in:
10
config/appservice.go
Normal file
10
config/appservice.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type appservice struct {
|
||||
Address string `yaml:"address"`
|
||||
Hostname string `yaml:"hostname"`
|
||||
Port uint16 `yaml:"port"`
|
||||
|
||||
ASToken string `yaml:"as_token"`
|
||||
HSToken string `yaml:"hs_token"`
|
||||
}
|
||||
Reference in New Issue
Block a user