1
0
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:
Lukas SP 2020-08-24 18:06:14 +02:00
parent 01f2cfcb6d
commit eec83518ad

View File

@ -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 |