Fixed some types in config.sample.js

This commit is contained in:
Bobby Wibowo 2018-12-20 19:01:30 +07:00
parent d723c0f562
commit f17d375107
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -160,7 +160,7 @@ module.exports = {
/* /*
An array of extensions that are allowed for URL uploads. An array of extensions that are allowed for URL uploads.
Intented for URL proxies that only support certain extensions. Intended for URL proxies that only support certain extensions.
This will parse the extensions from the URLs, so URLs that do not end with This will parse the extensions from the URLs, so URLs that do not end with
the file's extensions will always be rejected the file's extensions will always be rejected
Queries and segments in the URLs will be bypassed when parsing. Queries and segments in the URLs will be bypassed when parsing.
@ -244,7 +244,7 @@ module.exports = {
/* /*
This option will limit how many times it will try to This option will limit how many times it will try to
generate a new random name when a collision occurrs. generate a new random name when a collision occurs.
Generally, the shorter the length is, the higher the chance for a collision to occur. Generally, the shorter the length is, the higher the chance for a collision to occur.
This applies to both file name and album identifier. This applies to both file name and album identifier.
*/ */