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

47 lines
1.6 KiB
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
"comment": "Variables used throughout the other configs. Can be set using the CLI.",
"@graph": [
{
"comment": "Port of the server.",
"@id": "urn:solid-server:default:variable:port",
"@type": "Variable"
},
{
"comment": "Needs to be set to the base URL of the server for authnetication and authorization to function.",
"@id": "urn:solid-server:default:variable:baseUrl",
"@type": "Variable"
},
{
"comment": "Folder to start the server in when using a file-based config.",
"@id": "urn:solid-server:default:variable:rootFilePath",
"@type": "Variable"
},
{
"comment": "Endpoint to call when using a SPARQL-based config.",
"@id": "urn:solid-server:default:variable:sparqlEndpoint",
"@type": "Variable"
},
{
"comment": "The max level of log messages that should be output.",
"@id": "urn:solid-server:default:variable:loggingLevel",
"@type": "Variable"
},
{
"comment": "Whether error stack traces should be shown in the server responses.",
"@id": "urn:solid-server:default:variable:showStackTrace",
"@type": "Variable"
},
{
"comment": "Path to the JSON file used to store configuration for dynamic pods.",
"@id": "urn:solid-server:default:variable:podConfigJson",
"@type": "Variable"
},
{
"comment": "Folder containing the templates used for IDP interactions.",
"@id": "urn:solid-server:default:variable:idpTemplateFolder",
"@type": "Variable"
}
]
}