mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Fix typos (#20)
This commit is contained in:
parent
63a0a3d840
commit
f931627c77
@ -21,12 +21,12 @@ Pasty is a fast and lightweight code pasting server
|
||||
## Support
|
||||
|
||||
As pasty is an open source project on GitHub you can open an [issue](https://github.com/lus/pasty/issues) whenever you encounter a problem or feature request.
|
||||
However, it may be annoying to open an issue just to ask a simple question about pastys functionalities, get help with the the installation process or mention something about the hosted version.
|
||||
However, it may be annoying to open an issue just to ask a simple question about pastys functionalities, get help with the installation process or mention something about the hosted version.
|
||||
This is why I created a simple [Discord server](https://go.lus.pm/discord) you may want to join to get an answer to stuff like that pretty quickly.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
The pasty web frontend comes with some service-related links in it (Discord server). Of course you are allowed to remove these references.
|
||||
The pasty web frontend comes with some service-related links in it (Discord server). Of course, you are allowed to remove these references.
|
||||
However, a small reference to pasty would be nice ^^.
|
||||
|
||||
## Installation
|
||||
@ -140,4 +140,4 @@ Every single one of them has its own configuration variables:
|
||||
| `PASTY_STORAGE_S3_SECRET_TOKEN` | `<empty>` | `string` | Defines the session token to use for the S3 storage (may be left empty in the most cases) |
|
||||
| `PASTY_STORAGE_S3_SECURE` | `true` | `bool` | Defines whether or not SSL should be used for the S3 connection |
|
||||
| `PASTY_STORAGE_S3_REGION` | `<empty>` | `string` | Defines the region of the S3 storage |
|
||||
| `PASTY_STORAGE_S3_BUCKET` | `pasty` | `string` | Defines the name of the S3 bucket (has to be created before setup) |
|
||||
| `PASTY_STORAGE_S3_BUCKET` | `pasty` | `string` | Defines the name of the S3 bucket (has to be created before setup) |
|
||||
|
Loading…
Reference in New Issue
Block a user