Start of the config
This commit is contained in:
7
config/homeserver.go
Normal file
7
config/homeserver.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type homeserver struct {
|
||||
Address string `yaml:"address"`
|
||||
Domain string `yaml:"domain"`
|
||||
StatusEndpoint string `yaml:"status_endpoint"`
|
||||
}
|
||||
Reference in New Issue
Block a user