# PASTABBLE

Welcome at PASTABBLE!

## About
Pastable is a lightweight and fast pastebin alternative and URL-shortener made by Plabble and written in Rust.

For usage, see `about.html`

## Environment variables
| Variable | Default |
| -------- | ------- |
| PORT     | 8080    |
| DATA_DIR | ./data  |
| PREFIX | "" |

## Setup
Place the about.html file from this folder in the same folder as the binary

## Requirements
Rust and musl toolchain should be installed
```
rustup target add x86_64-unknown-linux-musl
```