mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Update docs to real defaults
This commit is contained in:
parent
ad7702aaf4
commit
2b81e67ce7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ STDOUT. Check the README there for more details and usages.
|
|||
* `host` - the host the server runs on (default localhost)
|
||||
* `port` - the port the server runs on (default 7777)
|
||||
* `keyLength` - the length of the keys to user (default 10)
|
||||
* `maxLength` - maximum length of a paste (default none)
|
||||
* `maxLength` - maximum length of a paste (default 400000)
|
||||
* `staticMaxAge` - max age for static assets (86400)
|
||||
* `recompressStaticAssets` - whether or not to compile static js assets (true)
|
||||
* `documents` - static documents to serve (ex: http://hastebin.com/about.com)
|
||||
|
|
Loading…
Reference in a new issue