Fix typo in README

This commit is contained in:
Lukas SP 2020-08-24 18:06:14 +02:00
parent 01f2cfcb6d
commit eec83518ad
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Pasty is a fast and lightweight code pasting server
## General environment variables
| Environment Variable | Default Value | Type | Description |
|-------------------------------|---------------|----------|-------------------------------------------------------------------------------------------------------------|
| `PASTY_WEB_ADDRESS` | `:8080` | `string` | Defines the address the webs erver listens to |
| `PASTY_WEB_ADDRESS` | `:8080` | `string` | Defines the address the web server listens to |
| `PASTY_STORAGE_TYPE` | `file` | `string` | Defines the storage type the pastes are saved to |
| `PASTY_HASTEBIN_SUPPORT` | `false` | `bool` | Defines whether or not the `POST /documents` endpoint should be enabled, as known from the hastebin servers |
| `PASTY_DELETION_TOKEN_LENGTH` | `12` | `number` | Defines the length of the deletion token of a paste |
@ -17,7 +17,7 @@ Every single one of them has its own configuration variables:
### File (`file`)
| Environment Variable | Default Value | Type | Description |
|---------------------------|---------------|----------|-----------------------------------------------------------|
| `PASTY_STORAGE_FILE_PATH` | `./data` | `string` | Defines the file path the paste files are being stored to |
| `PASTY_STORAGE_FILE_PATH` | `./data` | `string` | Defines the file path the paste files are being saved to |
### S3 (`s3`)
| Environment Variable | Default Value | Type | Description |