Merge pull request #215 from Razzeee/patch-1

Update docs to real defaults
master
John Crepezzi 7 years ago committed by GitHub
commit 528b7b07a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -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…
Cancel
Save