20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"port": 3000,
|
|
"siteTitle": "Little Library",
|
|
"titleSeparator": " | ",
|
|
"fileLocation": "./public/files/",
|
|
"historyLocation": "./public/history/",
|
|
"maxLibrarySize": 0,
|
|
"maxFileSize": 0,
|
|
"maxHistory": 0,
|
|
"allowedFormats": [".epub", ".mobi", ".pdf"],
|
|
"toolsPassword": "password",
|
|
"hideVisitors": false,
|
|
"sslPrivateKey": null,
|
|
"sslCertificate": null,
|
|
"sslCertificateAuthority": null,
|
|
"forceHTTPS": false,
|
|
"federate": true,
|
|
"domain": "localhost",
|
|
"publicKey": null
|
|
} |