Changed default config to include webFinger and ActivityPub
This commit is contained in:
parent
9ad0cabd04
commit
af1f8890f6
|
@ -223,6 +223,23 @@
|
|||
// Standard issue "www" folder. Place static content here
|
||||
staticRoot: XXXXX
|
||||
|
||||
// Configuration for individual web handlers
|
||||
handlers: {
|
||||
// webFinger is needed for activityPub support, or can
|
||||
// be used standalone.
|
||||
// See https://www.rfc-editor.org/rfc/rfc7033
|
||||
webFinger: {
|
||||
enabled: true
|
||||
}
|
||||
|
||||
// Handler for ActivityPub support used by Mastadon and
|
||||
// others.
|
||||
// See https://www.w3.org/TR/activitypub/
|
||||
activityPub: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// This block configures password reset emails. Template files
|
||||
// support the following variables:
|
||||
|
|
Loading…
Reference in New Issue