summarylogtreecommitdiffstats
path: root/config.json
blob: c281cd9ef6d6b58eb89ee0e964126a4ae1485223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "root": "/usr/share/webapps/solid-server/data",
  "dbPath": "/usr/share/webapps/solid-server/.db",
  "configPath": "/etc/solid-server",

  "port": "8443",
  "webid": true,
  "multiuser": false,
  "mount": "/",

  "serverUri": "https://localhost:8443",
  "sslKey": "/dev/null",
  "sslCert": "/dev/null"
}