UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

16 lines (15 loc) 625 B
{ "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld", "@graph": [ { "comment": "This is an example of what an actual email sender configuration would look like.", "@id": "urn:solid-server:default:EmailSender", "@type": "BaseEmailSender", "args_senderName": "Community Solid Server <solid@example.email>", "args_emailConfig_host": "smtp.example.email", "args_emailConfig_port": 587, "args_emailConfig_auth_user": "solid@example.email", "args_emailConfig_auth_pass": "NYEaCsqV7aVStRCbmC" } ] }