mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-30 08:00:19 +01:00
Fix table
This commit is contained in:
parent
2129e63ba9
commit
d03dadc669
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -36,17 +36,17 @@ $ transfer test.txt
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Parameter | Description | Value | Environment
|
Parameter | Description | Value | Env
|
||||||
--- | --- | ---
|
--- | --- | --- | ---
|
||||||
listener | port to use for http (:80) |
|
listener | port to use for http (:80) | |
|
||||||
profile-listener | port to use for profiler (:6060)|
|
profile-listener | port to use for profiler (:6060)| |
|
||||||
force-https | redirect to https | false
|
force-https | redirect to https | false |
|
||||||
tls-listener | port to use for https (:443) |
|
tls-listener | port to use for https (:443) | |
|
||||||
tls-cert-file | path to tls certificate |
|
tls-cert-file | path to tls certificate | |
|
||||||
tls-private-key | path to tls private key |
|
tls-private-key | path to tls private key | |
|
||||||
temp-path | path to temp folder | system temp
|
temp-path | path to temp folder | system temp |
|
||||||
web-path | path to static web files (for development) |
|
web-path | path to static web files (for development) | |
|
||||||
provider | which storage provider to use | (s3 or local)
|
provider | which storage provider to use | (s3 or local) |
|
||||||
aws-access-key | aws access key | | AWS_ACCESS_KEY
|
aws-access-key | aws access key | | AWS_ACCESS_KEY
|
||||||
aws-secret-key | aws access key | | AWS_SECRET_KEY
|
aws-secret-key | aws access key | | AWS_SECRET_KEY
|
||||||
bucket | aws bucket | | BUCKET
|
bucket | aws bucket | | BUCKET
|
||||||
|
|
Loading…
Reference in a new issue