2018-12-18 13:18:06 -07:00
|
|
|
{
|
|
|
|
"port": 3000,
|
2018-12-27 10:55:59 -07:00
|
|
|
"siteTitle": "Little Library",
|
|
|
|
"titleSeparator": " | ",
|
2018-12-18 13:18:06 -07:00
|
|
|
"fileLocation": "./public/files/",
|
|
|
|
"historyLocation": "./public/history/",
|
|
|
|
"maxLibrarySize": 0,
|
2018-12-26 13:48:13 -07:00
|
|
|
"maxFileSize": 0,
|
2018-12-27 14:54:11 -07:00
|
|
|
"maxHistory": 0,
|
2019-01-04 13:46:41 -07:00
|
|
|
"allowedFormats": [".epub", ".mobi", ".pdf"],
|
2019-01-08 16:15:06 -07:00
|
|
|
"toolsPassword": "password",
|
2019-01-07 11:22:27 -07:00
|
|
|
"hideVisitors": false,
|
2019-01-29 15:55:54 -07:00
|
|
|
"sslPort": 443,
|
2019-01-07 11:22:27 -07:00
|
|
|
"sslPrivateKey": null,
|
|
|
|
"sslCertificate": null,
|
2019-01-07 11:47:15 -07:00
|
|
|
"sslCertificateAuthority": null,
|
|
|
|
"forceHTTPS": false
|
2018-12-18 13:18:06 -07:00
|
|
|
}
|