complement/b/clean_hs.go
kegsay 765746a8f8
Move /internal/b to /b (#659)
The API is unchanged and is suitable to be made public.
2023-10-04 16:15:25 +01:00

11 lines
202 B
Go

package b
// BlueprintCleanHS is a clean homeserver with no rooms or users
var BlueprintCleanHS = MustValidate(Blueprint{
Name: "clean_hs",
Homeservers: []Homeserver{
{
Name: "hs1",
},
},
})