little-library/settings.example.json

18 lines
450 B
JSON
Raw Normal View History

2018-12-18 13:18:06 -07:00
{
"port": 3000,
"siteTitle": "Little Library",
"titleSeparator": " | ",
2018-12-18 13:18:06 -07:00
"fileLocation": "./public/files/",
"historyLocation": "./public/history/",
"maxLibrarySize": 0,
"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,
"sslCertificateAuthority": null,
"forceHTTPS": false
2018-12-18 13:18:06 -07:00
}