mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Fix typo in README
This commit is contained in:
parent
01f2cfcb6d
commit
eec83518ad
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user