little-library/settings.example.json

18 lines
450 B
JSON
Raw Normal View History

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