Files
CommunitySolidServer/config/identity/email/default.json
2021-06-29 17:43:44 +01:00

11 lines
408 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"@graph": [
{
"comment": "The default configuration does not contain credentials for an email client. In production systems, you likely want to set up your own.",
"@id": "urn:solid-server:default:EmailSender",
"@type": "UnsupportedAsyncHandler"
}
]
}