Merge pull request #127 from aspacca/ISSUE-92

ISSUE-92 added http basic auth handler for upload
This commit is contained in:
Andrea Spacca
2018-06-25 08:43:33 +02:00
committed by GitHub
4 changed files with 58 additions and 6 deletions

View File

@@ -55,6 +55,8 @@ force-https | redirect to https | false |
tls-listener | port to use for https (:443) | |
tls-cert-file | path to tls certificate | |
tls-private-key | path to tls private key | |
http-auth-user | user for basic http auth on upload | |
http-auth-pass | pass for basic http auth on upload | |
temp-path | path to temp folder | system temp |
web-path | path to static web files (for development) | |
provider | which storage provider to use | (s3, grdrive or local) |