A digital give-a-book, take-a-book library for ebooks
https://library.quietplace.tk
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
450 B
18 lines
450 B
{ |
|
"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, |
|
"sslPort": 443, |
|
"sslPrivateKey": null, |
|
"sslCertificate": null, |
|
"sslCertificateAuthority": null, |
|
"forceHTTPS": false |
|
} |